In this article, you will learn about How to install Zoom On Ubuntu 20.04.
As many people are working from home now. We have to have different remote tools to work from home. Zoom is one of the services which provides us online meetings and video calls. It is really a worth application on your computer.
Also downloading and installing Zoom on your Ubuntu computer is a simple process. So, it only takes few seconds to run on your computer. But, to access the Zoom services, you have to signup on to Zoom for a free account. After installation of the program, you will be able to access it within a minute.
Preconditions
- A computer on which Ubuntu 20.04 version is running.
- You must log-in with a root user or a user with sudo privilege to make the changes.
- Internet connection
Installing Zoom On Ubuntu 20.04 Using The Terminal
It is not available in Ubuntu repositories because Zoom is not open-source software. So if you want to install it then you have to install it from their repositories.
Step 1: Updating the Ubuntu 20.04
Firstly, It is always a good practice to keep your system up-to-date. So you can use the below command to check for any pending updates.
sudo apt update
Step 2: Downloading The Zoom On Ubuntu 20.04 To Install
Secondly, If you want to download in a web browser then you can click on this Zoom Download link and select Ubuntu from the drop-down menu and then click on download. Also, you can open the terminal and then type the below command to download the package.
sudo wget https://zoom.us/client/latest/zoom_amd64.deb
Step 3: Installing The Zoom On Ubuntu 20.04
Thirdly, Once the package will be downloaded, you can open the download directory using the file manager. And after that Right-Click
in the file manager and click on Terminal
or Open in Terminal
, it will open the Terminal in the current location. And then you can use the below command to install it.
sudo apt install ./zoom_amd64.deb
It may ask your user login password. So, enter the password.
This process will take a few seconds and installation will be completed.
Step 4: Using the Zoom On Ubuntu 20.04
The Zoom package has been installed and now you can go ahead and use it. There is two way to open it, using the command zoom
and by going through Applications
> Internet
> Zoom
.
It will prompt for login and you can use your credential for login. That’s all. But if you don’t have a Zoom account then you can create one by visiting the Zoom Sign Up page. You can click on the below link to open the Sign Up page.
Uninstallation of the Zoom from Ubuntu 20.04
If you want to uninstall Zoom, so it is very easy. You only have to use the below command and it will be uninstalled from the computer.
sudo apt remove zoom
Conclusion
In this tutorial, you learned, How to install Zoom On Ubuntu 20.04. But if you have any issues or any questions then you can ask in the comment section.
Also, you may like to read.