Installing Zoom on Ubuntu
Installing Zoom on Ubuntu
Install using Graphical Installer
Install GDebi by running the following command in terminal
sudo apt install gdebi
Download the Zoom Desktop Client for LInux(select Ubuntu as LInux Type): https://zoom.us/download?os=linux
Right click on the .deb file and open with GDebi
Click on install package
Alternative method: Install through terminal
cd into the location of the downloaded .deb package
Open Terminal and enter:
cd Downloads
- if the .deb package is in downloads
Enter the following command in terminal to run it:
sudo apt install ./zoom_amd64.deb
Notes
GDebi is a GUI for installing .deb files