Steps to install Webex for Linux

All core Webex capabilities in one application are supported to help you collaborate seamlessly. These are just the beginning. Enhanced calling support and a fully featured meeting experience will be added in upcoming releases.

Feature already supported

Here are some supported features:

  1. Create spaces and groups to collaborate
  2. Read and post messages
  3. Add keyboard shortcuts for websites
  4. Call colleagues directly to quickly connect
  5. Schedule and join Webex meetings

Features Coming to Linux

  1. Advanced calling with Unified CM
  2. Full-featured meeting experience
  3. Enterprise Content Management
  4. Whiteboard
  5. Eliminate background noise
  6. Note

Supported Linux distributions

Webex supports the following distros:

  1. Ubuntu 18.04 and Ubuntu 20.04
  2. CentOS/RHEL 8.2 and 8.3

Install Webex for Linux

Ubuntu

Command line

First, you must download the latest .deb package. Go to the Webex download page and select Linux (.DEB).

Once the download is complete, go to the download section, make the file executable and run the .deb package:

$ cd /home/your-home-dir/Downloads $ chmod 777 Webex.deb $ sudo dpkg -i Webex.deb

GUI

Install Webex from GUI in Ubuntu 21.04.

Steps to install Webex for Linux Picture 1

Steps to install Webex for Linux Picture 2

Once installed, go to the applications section and search for webex. Once launched, Webex will ask you to agree to the license terms and conditions. Select Agree.

Steps to install Webex for Linux Picture 3

Red Hat

Step 1. Go to http://webex.com/downloads.html to download the app.

Step 2. Install the application from the command line:

sudo yum localinstall Webex.rpm

Signature confirmation

Ubuntu

You can verify cryptographic signatures. The webex_public.key key is available on this download page.

Step 1. Enter the public key:

gpg --import webex_public.key

Step 2. Install the dpkg-sig package:

sudo apt-get install dpkg-sig

Step 3. Check the cryptographic signature:

dpkg-sig --verify Webex.deb

Red Hat

Admin (Admin) can verify cryptographic signatures, the webex_public.key key is available with the package on the download page.

Step 1. Enter the key:

sudo rpm --import webex_public.key

Step 2. Verify the signature:

rpm --checksig Webex.rpm

Remove Webex app

Ubuntu

sudo apt-get remove webex

Red Hat

sudo yum remove webex

Hope you are succesful.

3.9 ★ | 51 Vote

May be interested

  • How to install NVIDIA drivers on Kali LinuxHow to install NVIDIA drivers on Kali Linux
    this document explains how to install nvidia drivers on kali linux and supports cuda, allowing integration with popular intrusion testing tools.
  • How to install Kali Linux on Android using Linux DeployHow to install Kali Linux on Android using Linux Deploy
    installing kali linux on android devices is no longer a difficult job thanks to the linux deploy tool. read the following article to learn how to do it.
  • How to install Windows Game on Linux with WinepakHow to install Windows Game on Linux with Winepak
    flatpak is a favorite choice of third-party vendors and proprietary software developers because it allows them to package linux programs once and distribute them on all linux versions.
  • Instructions for installing basic Arch LinuxInstructions for installing basic Arch Linux
    unlike ubuntu or linux mint, arch linux is a distributed linux distribution in a continuous format (rolling release). read the following article to know how to install this distro.
  • How to install Kali Linux on your computerHow to install Kali Linux on your computer
    installing kali linux on your computer is an easy process. first, you will need compatible hardware for computers. kali is supported on i386, amd64 and arm platforms (both armel and armhf).
  • How to install Spotify on LinuxHow to install Spotify on Linux
    spotify has actually supported linux for a long time. although most distributions do not include this application in the repository for license reasons, it is not really difficult to install this official player on a linux pc.
  • How to Install VirtualBox on LinuxHow to Install VirtualBox on Linux
    setting up a virtual machine can be a great way to test alternative software or operating systems on a computer without altering or putting the existing system at risk.
  • How to Install Google Chrome on Linux MintHow to Install Google Chrome on Linux Mint
    google chrome is not in the default linux repositories, so if you would like to install it through the terminal, you would have to add the right repository. instead of getting into this long process, just follow the above steps to install...
  • How to install Deepin LinuxHow to install Deepin Linux
    deepin linux is an excellent distribution. so why not experience it on your computer? deepin has a variety of high-quality layouts / interfaces and great software.
  • How to Install Asahi Linux on an Apple Silicon MacHow to Install Asahi Linux on an Apple Silicon Mac
    asahi linux is a project to port the linux kernel and related software to macs powered by apple silicon. it is still under development, but it has made significant progress in a short period of time.