Article Directory
This article was first published in: https://www.itcoder.tech/posts/how-to-install-zoom-on-ubuntu-20-04/
Zoom is a communication platform that provides unified cloud video conferencing, real-time messaging, and content sharing. With Zoom, you can host online seminars, organize online meetings, and create conference rooms.
This guide explains how to install Zoom on Ubuntu 20.04. The same instructions are suitable for all Deian-based distributions, including Kubuntu, Linux Mint, and Elementary OS.
Zoom is not an open source application and is not included in the Ubuntu software source. We will install Zoom from their APT software source.
Execute the following command as root or soudu user to install Zoom on your Ubuntu machine.
wget https://zoom.us/client/latest/zoom_amd64.deb
sudo apt install ./zoom_amd64.deb
You will be prompted for a password.
that's it. Zoom has been installed, and you can start using it.
Later, if a new version is released and you want to upgrade Zoom, you can repeat the same steps.
Start Zoom by entering zoom
on the command line or clicking the Zoom icon (Applications -> Internet -> zoom).
When you start Zoom for the first time, a window similar to the following will appear:
From here, you can register your Zoom account and start video conferences with your friends and family.
If for some reason, you want to uninstall Zoom, open your terminal and run the following command:
sudo apt remove zoom
We have shown you how to install Zoom on Ubuntu 20.04 desktop version.
If you have any questions, please contact us in the following ways:
WeChat: sn0wdr1am86
WeChat group: add the above WeChat, remark the WeChat group
QQ: 3217680847
QQ Group: 82695646
Recommended Posts