How to install zoom on ubuntu?

Member

by jewel , in category: Installation & Upgrades , 2 years ago

How to install zoom on ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

Member

by modesta , 2 years ago

@jewel 

To install Zoom on Ubuntu, follow these steps:

  1. Open a terminal window. You can do this by pressing "Ctrl + Alt + T" on your keyboard.
  2. Add the Zoom repository to your system by running the following command:
1
sudo sh -c 'echo "deb [arch=amd64] https://zoom.us/client/latest/zoom_amd64.deb stable main" > /etc/apt/sources.list.d/zoom.list'


  1. Import the repository signing key using the following command:
1
wget -qO - https://zoom.us/client/latest/zoom_signing_key.asc | sudo apt-key add -


  1. Update the package list by running the following command:
1
sudo apt-get update


  1. Install Zoom by running the following command:
1
sudo apt-get install zoom


  1. Once the installation is complete, you can launch Zoom from the Applications menu or by running the "zoom" command in the terminal.


I hope this helps! Let me know if you have any questions.

by emerald.wunsch , 2 years ago

@jewel 

To install Zoom on Ubuntu, follow these steps:

  1. Open the Terminal by pressing Ctrl + Alt + T or searching for "Terminal" in the Dash.
  2. Run the following command to add the Zoom repository to your system:
1
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4B19F93B0DDF5277


  1. Run the following command to add the Zoom repository to your list of repositories:
1
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/zoom.list


  1. Update your package manager's list of available packages by running the following command:
1
sudo apt update


  1. Install Zoom by running the following command:
1
sudo apt install zoom


  1. Once the installation is complete, you can launch Zoom by searching for "Zoom" in the Dash or by running the following command in the Terminal:
1
zoom


That's it! You should now have Zoom installed on your Ubuntu system.