Add Zoom Document

This commit is contained in:
Akshata Khedekar 2020-09-24 17:50:50 +05:30
parent 8d6bcf9731
commit 81aace8c1e

View file

@ -0,0 +1,28 @@
= Installing Zoom on Fedora
== Description
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.
== How to Setup
In Fedora one can setup zoom using the following steps
=== Using a graphical installer (Fedora only)
If you're using Fedora GNOME edition, you can install Zoom using the GNOME application center.
* 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
* 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.