mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Add Zoom Document
This commit is contained in:
parent
8d6bcf9731
commit
81aace8c1e
1 changed files with 28 additions and 0 deletions
28
modules/ROOT/pages/zoom.adoc
Normal file
28
modules/ROOT/pages/zoom.adoc
Normal 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.
|
Loading…
Reference in a new issue