An open API service indexing awesome lists of open source software.

https://github.com/mwt/zoom-apt-repo

An unofficial apt repository for installing Zoom on Debian/Ubuntu
https://github.com/mwt/zoom-apt-repo

apt debian ubuntu zoom

Last synced: 23 days ago
JSON representation

An unofficial apt repository for installing Zoom on Debian/Ubuntu

Awesome Lists containing this project

README

        

**The url to the repository has been updated! Please re-run steps 1 and 2 below to use the new paths**

Zoom does not provide an official repository for Debian/Ubuntu. This repository serves the latest official `.deb` from Zoom. All files are checked against the Zoom GPG keys. The repo is automatically updated four times per day.

## Installation Instructions

**Step 1:** Add my GPG certificate to your keyrings folder. This does **not** automatically trust my key for anything.

```
sudo mkdir -p /etc/apt/keyrings && wget -qO- https://mirror.mwt.me/zoom/gpgkey | sudo tee /etc/apt/keyrings/mwt.asc > /dev/null
```

**Step 2:** Add this to your list of repositories. This step tells apt to use my key to check the repo.

```
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/mwt.asc by-hash=force] https://mirror.mwt.me/zoom/deb any main" | sudo tee /etc/apt/sources.list.d/mwt.list
```

## Using with my RStudio Repository

To use this with my RStudio repository, also run

**Step 3:** Add this to your list of repositories. This step tells apt to use my key to check the repo.

```
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/mwt.asc by-hash=force] https://mirror.mwt.me/rstudio/deb/jammy jammy main" | sudo tee -a /etc/apt/sources.list.d/mwt.list
```

## Upgrade notice

This repostitory used to be at `https://mirror.mwt.me/my/deb`. For simplicity and consistancy with the other repos on `mirror.mwt.me`, I have moved the repo to `https://mirror.mwt.me/zoom/deb`. The old paths redirect to the new ones. So, the old paths should continue to work. However, use of the new paths is highly recommended. To upgrade, just rerun steps 1 and 2 above.