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.
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
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
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.