quick-docs/modules/ROOT/pages/zoom.adoc
2023-08-17 16:57:40 +02:00

37 lines
1.4 KiB
Text

= Installing Zoom on Fedora
N.B.; The Fedora Documentation Team
:revnumber: unknown
:revdate: 2022
:category: Administration
:tags: How-to Video
//:page-aliases:
== 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 Workstation 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
* Open Terminal and navigate to ~/Downloads
* 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.