Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

How to install Zoom on Linux

“Can I install Zoom on Linux?” was the first question that came to mind when my bosses informed me that we would be working from home and using Zoom for remote meetings and one-on-one interactions with my fellow employees and clients. The answer to that first question is yes, you can install Zoom on Linux. Let’s take a look at how to download and install the Zoom client on four different Linux distributions: Fedora, Manjaro (Arch), OpenSUSE, and Ubuntu/Debian.

How-To-Install-Zoom-On-Linux-Feature-Image-703x400.jpg

How to install Zoom on Fedora

To demonstrate how to install Zoom on Fedora, we're using Fedora 35. To get started, you'll first need to download the package from Zoom's website.

  1. Open your web browser and go to Zoom Download Page.

Zoom-Fedora-Download.png How to Install Zoom on Linux

2. Choose Fedora for Linux Type و 64-bit for “OS Architecture”. Click "to download".
3. Save the file to your Downloads folder.

Zoom-Fedora-Install-Save-File-e1637630295654.png How to Install Zoom on Linux

4. Open a terminal window and type the following command:

sudo rpm -i Downloads/zoom_x86_64.rpm

Zoom-Fedora-Command-Line-Install-e1637630412830.png How to Install Zoom on Linux

5. Enter the root password when prompted, then "Y" When prompted, do so. This will install the Zoom package.

6. Turn on Zoom From the applications list.

Zoom-Fedora-Application-Launch-e1637630555600.png How to Install Zoom on Linux

Alternatively, if you want to avoid using the command line and terminal, right-click the downloaded package. (x86_64.rpm) and select Open with Install Program.

Also read:  How to schedule emails in Outlook on any platform

Zoom-Fedora-Open-With-Software-Manager-e1637630662168.png How to Install Zoom on Linux

Enter the root password when prompted.

zoom-openSUSE-Zoom-Installation-Discover-Authentication-e1637630710825.png How to Install Zoom on Linux

Wait for Zoom to install.

Zoom-Fedora-Install-Open-e1637630768944.png How to Install Zoom on Linux

How to install Zoom on OpenSUSE

A fork of openSUSE Linux Enterprise, openSUSE Leap is one of the most stable and popular Linux distributions in the open source community. We're using openSUSE Leap for this tutorial.

  1. Open your web browser and go to the Zoom download page.
  2. Choose “OpenSUSE” for Linux Type و 64-bit for “OS Architecture”. Click "to download".

zoom-openSUSE-Download-Zoom-Save-As-e1637631147940.png-1 How to Install Zoom on Linux

3. Save the file to your Downloads folder.
4. Once downloaded, open a terminal window and type the following command:

sudo zypper install Downloads/zoom_openSUSE_x86_64.rpm

zoom-openSUSE-Zoom-Installation-Command-1.png How to Install Zoom on Linux

5. Enter the root password when prompted, and then click "Y" When prompted, this will install Zoom on your system.
6. Click “i” (to ignore) When the message “Signature verification failed” is presented [6 – The file is not signed].

zoom-openSUSE-Zoom-Command-Line-Install-e1637631377323.png How to Install Zoom on Linux

7. Once installed, you can launch Zoom from the menu. Applications.
Alternatively, you can right-click on the package. “zoom_openSUSE_x86_64.rpm” and select Open with Discover.

zoom-openSUSE-Zoom-Installation-Discover-1.png How to Install Zoom on Linux

This will allow you to install Zoom with a GUI interface.

How to install Zoom in Manjaro

Manjaro is based on Arch Linux and is an easy-to-use distribution, especially forNew Linux users.

Note that installing the Zoom client on an Arch-based distribution is significantly different from installing it on a Debian or RHEL-based distribution. With an Arch-based distribution, you need to run the makefile command to install the Zoom client.

  1. Open Bus Terminal To install tools git و base-devel.
sudo pacman -S git base-dev

Zoom-Manjaro-Command-Line-Install-e1637632060149.png How to Install Zoom on Linux

2. Get Zoom Package Through git clone.

git clone https://aur.archlinux.org/zoom.git

3. Change to directory "Zoom" Install Zoom via command makepkg.

cd zoom makepkg -si

Enter "Y" When prompted to continue the installation.

Also read:  How to Delete a Story on Instagram and What to Do If You Can't Delete It

Zoom-Manjaro-makepkg-1-e1637632234335.png How to Install Zoom on Linux

4. Once installed, you can launch Zoom from the apps menu.

How to Install Zoom on Ubuntu/Debian

  1. Open your web browser and go to the Zoom download page.
  2. Choose "Ubuntu" (or Debian) for Linux Type , And 64-bit for “OS Architecture” , and click “Download”. Save the file. .deb In the downloads folder.

Zoom-PopOs-Save-As.png How to Install Zoom on Linux

3. Open a terminal window. Change the directory to the Downloads And start the Zoom installation via the command apt install.

cd Downloads sudo apt install ./zoom_amd64.deb

Enter your root password when prompted. Also, click "Y" When asked to do so.

4. Once installed, you can launch Zoom from the apps menu.
Alternatively, you can double-click the file. .deb To run the Software Center installer, click the button. Installation.

Frequently Asked Questions

1. Why should I install Zoom on Linux when there are so many Zoom extensions?

Although the Zoom plugin is available for multiple web browsers, in the rare event that your web browser stops working, you have the Zoom client. Furthermore, it sometimes takes months for developers to update plugins after a new release.

2. Can you easily uninstall the Zoom client?
Uninstalling Zoom is a snap from the command line. All distributions can be uninstalled with a single command.

Also read:  Top 6 Ways to Fix Google Nest Hub Not Responding to Voice Commands

For example, to uninstall the Zoom client from an Ubuntu-based distribution, enter the following from the command line:

sudo apt autoremove zoom

Alternatively, to uninstall from a Red-Hat distribution, enter the following from the command line:

sudo yum remove zoom

Installing Arch distro is very easy:

sudo pacman -Rs zoom

Uninstalling Zoom from other Linux distributions is simple.

3. Why not just install Zoom from the distribution repository?
Linux development teams have been slow to adopt Zoom in their repositories. But they're coming. For example, Fedora includes Zoom in its repository.

It's refreshing to see Linux installation options for such a popular application as Zoom—especially when many app development teams overlook Linux when releasing a new version of an application. Zoom's developers don't just offer Linux installations; they go further by offering multiple installations for various Linux distributions, including Ubuntu, Debian, and Arch.

If you're looking for some extra help with Zoom, check out: Zoom keyboard shortcuts وHow to create a Zoom meeting background using Canva.

Go to top button