Install Zoom on Ubuntu

Written by
Date: 2020-05-21 08:05:00 00:00


If you are running Ubuntu you can install Zoom in two different ways

Option number 1

Be sure you have your system up to date

sudo apt update

Install dependencies

sudo apt install libglib2.0-0 libgstreamer-plugins-base0.10-0 libxcb-shape0 libxcb-shm0 libxcb-xfixes0 libxcb-randr0 libxcb-image0 libfontconfig1 libgl1-mesa-glx libxi6 libsm6 libxrender1 libpulse0 libxcomposite1 libxslt1.1 libsqlite3-0 libxcb-keysyms1 libxcb-xtest0

Install Zoom

wget https://zoom.us/client/latest/zoom_amd64.deb && sudo apt install ./zoom_amd64.deb

Option number 2

The second option is by using snap

sudo snap install zoom-client

You are now ready to hold video conferences