Zoom is a cloud-based video communications app that allows you to set up virtual video and audio conferencing, webinars, live chats, screen-sharing, and other collaborative capabilities. The platform is compatible with Mac, Windows, Linux, iOS, and Android, meaning nearly anyone can access it.
The bigger advantage why many people use Zoom is because of its simplicity. Its easy to use, lightweight, and the interface is relatively intuitive to use with popular features like Gallery View a mode that allows you to see every person on the call at once built right into the app.
Before we can install Zoom client make sure that the camera and microphone are working.
If everything is good then we can begin our installation.
1. Install zoom using Graphical Interface.
Using graphical is suitable for Linux novices those who are not conversant with the command line interface. Use the following command to do so:
$ sudo apt install gdebi
Gdebi is a tiny little app to help in installation of deb files by handling dependencies more effectively.
Output
$ sudo apt install gdebi
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libfprint-2-tod1 libllvm9 shim
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
binutils binutils-common binutils-x86-64-linux-gnu build-essential diffstat
dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gdebi-core gettext gnome-icon-theme
intltool-debian libalgorithm-diff-perl libalgorithm-diff-xs-perl
libalgorithm-merge-perl libapt-pkg-perl libarchive-zip-perl libasan5
libasync-mergepoint-perl libatomic1 libb-hooks-endofscope-perl
libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev
libcapture-tiny-perl libclass-method-modifiers-perl libclass-xsaccessor-perl
libclone-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0
libctf0 libdevel-callchecker-perl libdevel-size-perl
libdigest-bubblebabble-perl libdigest-hmac-perl libdynaloader-functions-perl
libemail-valid-perl libexporter-tiny-perl libfakeroot libfile-find-rule-perl
libfont-ttf-perl libfuture-perl libgcc-9-dev libgtk2-perl
libimport-into-perl libio-async-loop-epoll-perl libio-async-perl
libio-pty-perl libio-string-perl libipc-run-perl libitm1
libjson-maybexs-perl liblinux-epoll-perl liblist-compare-perl
liblist-moreutils-perl liblsan0 libmodule-implementation-perl
libmodule-runtime-perl libmoo-perl libmoox-aliases-perl
libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
libnet-domain-tld-perl libnet-ip-perl libnet-libidn-perl
libnumber-compare-perl libpackage-stash-perl libpackage-stash-xs-perl
libpango-perl libparams-classify-perl libpath-tiny-perl
libperl4-corelibs-perl libperlio-gzip-perl libquadmath0 libreadonly-perl
libref-util-perl libref-util-xs-perl librole-tiny-perl
libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libstdc++-9-dev
libstrictures-perl libstruct-dumb-perl libsub-exporter-progressive-perl
libsub-identify-perl libsub-name-perl libsub-quote-perl libtest-fatal-perl
libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl libtsan0
libtype-tiny-perl libtype-tiny-xs-perl libubsan1 libunicode-utf8-perl
libvariable-magic-perl libxml-libxml-perl libxml-namespacesupport-perl
libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
libxml-writer-perl libyaml-libyaml-perl lintian linux-libc-dev make
manpages-dev patchutils t1utils
Next head to Download center to download DEB installer.
After the install is complete head over to downloads page and double click the Zoom package to open with Gdebi
Click install to continue with installation. Enter your admin password to continue.
After install is complete head over to your accessibility area and search for zoom, double click to open zoom.
2. Installing Zoom via Snap
First begin by updating our repository with the following command.
$ sudo apt update
$ sudo apt upgrade
After the update and upgrade are complete, you can install Zoom client via snap package. Type the following command into your terminal.
$ sudo snap install zoom-client
Launch Zoom-client
On your terminal type zoom-client go to your Application launcher and search for zoom.
$ zoom-client
3. Installing zoom via Terminal
First download DEB installer from the following Download Center.
$ cd ~/Downloads/
Check the zoom file downloaded.
install the file using the following command
$ sudo apt install ./zoom_amd64.deb
If you are facing any challenge make sure the following dependencies are installed first.
# 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 \
ibus \
When everything goes as planned, you can launch your zoom using the following command:
$ zoom client
Uninstalling Zoom client
You can do zoom uninstall using the following command:
$ sudo apt remove zoom
Getting started with Zoom Meeting
Once you have installed and test that zoom is working, you are ready to go. If you just want to join the meeting, you can do so like this:
- Use the zoom meeting link provided by the host.
- Click join on zoom homepage and enter meeting ID manually.
- Lastly you can use dial-in calling if you don’t have access to a mobile app.
If you do have an account and want to schedule your first zoom meeting all you need to do is head to either the app, or your account page on the website, where you can click the “Schedule” option. From there, follow the prompts.
Conclusion
Congratulation you have install Zoom client on your Ubuntu 20.04. It is now time for you to schedule your meetings with ease.