References
- Zoom Download: https://zoom.us/client/latest/zoom_x86_64.tar.xz
- Zoom Instructions: https://support.zoom.us/hc/en-us/articles/204206269-Linux-Installation
Download zoom and extract
curl -LO https://zoom.us/client/latest/zoom_x86_64.tar.xz
tar -xvf zoom*.tar.xz
Run Zoom (this generates files for next step)
cd zoom
./ZoomLauncher
Note: Authenticate here as needed via SSO, etc.
Add Zoom to launch menu
cd <full-path-to-zoom>/RegisterProtocol
echo "Icon=<full-path-to-zoom>/Zoom.png" >> ZoomLauncher.desktop
# may need for HiDPI screens
sed -i 's|^Exec=.*$|Exec=/usr/bin/env QT_SCALE_FACTOR=2 ZoomLauncher %U|' ZoomLauncher.desktop
bash RegisterProtocol.sh
You should now be able to launch Zoom in the same way you do other applications in Solus.
Thanks for providing this. Would you (or some other kind person) include steps for verifying the package? No need to explain the whole concept of PGP or checksums, just steps to see it in action. I can't find a checksum, and, at least as a beginner at this, I don't seem to be seeing the same public key on Zoom's website as when I check public key servers.