2020-09-24 17:50:50 +05:30
= Installing Zoom on Fedora
== Description
2020-10-02 14:59:00 +05:30
https://www.zoom.us[Zoom Video Communications]. Inc. is an American communications technology company headquartered in San Jose, California.
It provides videotelephony and online chat services through a cloud-based peer-to-peer software platform and is used for teleconferencing, telecommuting, distance education, and social relations.
2020-09-24 17:50:50 +05:30
== How to Setup
In Fedora one can setup zoom using the following steps
=== Using a graphical installer (Fedora only)
2020-09-30 13:56:08 +05:30
If you're using Fedora Workstation Edition, you can install Zoom using the GNOME application center.
2020-09-24 17:50:50 +05:30
* Download the RPM installer file at our https://zoom.us/download?os=linux[Download Center].
* Open the download location using a file manager.
* Double click the RPM installer file to open it in the GNOME application center.
* Click Install.
* Enter your admin password and continue the installation when prompted.
=== Using the Terminal
2020-10-02 14:54:57 +05:30
* Open Terminal and navigate to ~/Downloads
2020-09-24 17:50:50 +05:30
* Download the RPM installer file at our https://zoom.us/download?os=linux[Download Center].
* Type in the following command and press Enter to run it.
--------------------------------
sudo dnf install zoom_x86_64.rpm
--------------------------------
* Enter your admin password and continue the installation when prompted.