Follow these instructions to install Zoom on Linux distros like Debian, Ubuntu, Linux Mint, and Arch. You can also use these instructions to update an existing Zoom installation on Linux.
Note: If you are a new or inexperienced Linux user, follow sections to use the graphical installer.
This article covers:
Note: These steps also apply to most other Ubuntu-based distros like Kubuntu and Elementary.
This method is recommended for those who are new to Linux or prefer a graphical installer.
sudo apt install gdebiNote:
su -
apt install sudo
sudo apt install ./zoom_amd64.debNote:
su -
apt install sudo
If dependencies are not installed when using the terminal or graphical installer, run this command to update the package database, then try installing Zoom again.
sudo apt update
If you have issues installing, make sure you have the following dependencies installed.
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
If you want to uninstall, run the following command in the terminal.
sudo apt remove zoom
This method is recommended for those who are new to Linux or prefer a graphical installer.
sudo zypper install zoom_openSUSE_x86_64.rpmNote: Make sure you enter the correct RPM filename. If you installing on a 32-bit system, the filename is zoom_openSUSE_i686.rpm.
If you have issues installing, make sure you have the following dependencies installed.
32-bit
ld-linux.so.2 libc.so.6 libX11.so.6 libXfixes.so.3 libglib-2.0.so.0 libGL.so.1 libsqlite3.so.0 libXrender.so.1 libXcomposite.so.1 libQt3Support.so.4 libxslt.so.1 libgstvideo-0.10.so.0 libasound.so.2 libpulse.so.0 libgthread-2.0.so.0 libxcb-shape.so.0 libxcb-shm.so.0 libxcb-randr.so.0 libxcb-image.so.0 libxcb-xtest.so.0 libxcb-keysyms.so.1 libudev.so.1 libgobject-2_0-0-32bit libgstapp-0_10-0-32bit libgstinterfaces-0_10-0-32bit libXi6-32bit libSM6-32bit libdbus-1-3-32bit libasound2-32bit
ibus
64-bit
ld-linux-x86-64.so.2()(64bit) libc.so.6()(64bit) libX11.so.6()(64bit) libXfixes.so.3()(64bit) libglib-2.0.so.0()(64bit) libGL.so.1()(64bit) libsqlite3.so.0()(64bit) libXrender.so.1()(64bit) libXcomposite.so.1()(64bit) libQt3Support.so.4()(64bit) libxslt.so.1()(64bit) libgstvideo-0.10.so.0()(64bit) libasound.so.2()(64bit) libpulse.so.0()(64bit) libgthread-2.0.so.0()(64bit) libxcb-shape.so.0()(64bit) libxcb-shm.so.0()(64bit) libxcb-randr.so.0()(64bit) libxcb-image.so.0()(64bit) libxcb-xtest.so.0()(64bit) libxcb-keysyms.so.1()(64bit) libudev.so.1 libgobject-2_0-0 libgstapp-0_10-0 libgstinterfaces-0_10-0 libXi6 libSM6 libdbus-1-3 libasound2
ibus
If you want to uninstall, run the following command in the terminal.
sudo zypper remove zoom
If you're using Fedora GNOME edition, you can install Zoom using the GNOME application center.
sudo yum localinstall zoom_x86_64.rpmNote: Make sure you enter the correct RPM filename. If you installing on a 32-bit system, the filename is zoom_i686.rpm.
If you have issues installing, make sure you have the following dependencies installed.
32-bit
ld-linux.so.2 libc.so.6 libX11.so.6 libXfixes.so.3 libglib-2.0.so.0 libGL.so.1 libsqlite3.so.0 libXrender.so.1 libXcomposite.so.1 libQt3Support.so.4 libxslt.so.1 libgstvideo-0.10.so.0 libasound.so.2 libpulse.so.0 libgthread-2.0.so.0 libxcb-shape.so.0 libxcb-shm.so.0 libxcb-randr.so.0 libxcb-image.so.0 libxcb-xtest.so.0 libxcb-keysyms.so.1 mesa-dri-drivers(x86-32)
ibus
64-bit
ld-linux-x86-64.so.2()(64bit) libc.so.6()(64bit) libX11.so.6()(64bit) libXfixes.so.3()(64bit) libglib-2.0.so.0()(64bit) libGL.so.1()(64bit) libsqlite3.so.0()(64bit) libXrender.so.1()(64bit) libXcomposite.so.1()(64bit) libQt3Support.so.4()(64bit) libxslt.so.1()(64bit) libgstvideo-0.10.so.0()(64bit) libasound.so.2()(64bit) libpulse.so.0()(64bit) libgthread-2.0.so.0()(64bit) libxcb-shape.so.0()(64bit) libxcb-shm.so.0()(64bit) libxcb-randr.so.0()(64bit) libxcb-image.so.0()(64bit) libxcb-xtest.so.0()(64bit) libxcb-keysyms.so.1()(64bit) mesa-dri-drivers
ibus
If you want to uninstall, run the following command in the terminal.
sudo yum remove zoom
Follow these steps if you have the Pamac graphical package manager. Most Arch-based distros have it installed by default (e.g. Manjaro).
Note: If you are having issues installing the required dependencies, use the package manager to update the system.
sudo pacman -U zoom_x86_64.pkg.tar.xz
If you want to uninstall, run the following command in the terminal. This will also remove all dependencies not required by other installed applications.
sudo pacman -Rs zoom