quick-docs/modules/ROOT/pages/zoom.adoc

39 lines
1.4 KiB
Text
Raw Normal View History

2020-09-24 12:20:50 +00:00
= Installing Zoom on Fedora
Akshata Khedekar
2023-08-17 14:57:40 +00:00
:revnumber: unknown
2023-08-17 18:52:56 +00:00
:revdate: 2021
2023-08-17 14:57:40 +00:00
:category: Administration
:tags: How-to, Video
2023-08-17 14:57:40 +00:00
//:page-aliases:
2023-08-18 06:41:39 +00:00
include::partial$3rdparty-message.adoc[]
2023-08-17 14:57:40 +00:00
2020-09-24 12:20:50 +00:00
== Description
2020-10-02 09:29:00 +00:00
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 12:20:50 +00:00
== How to Setup
In Fedora one can setup zoom using the following steps
=== Using a graphical installer (Fedora only)
2020-09-30 08:26:08 +00:00
If you're using Fedora Workstation Edition, you can install Zoom using the GNOME application center.
2020-09-24 12:20:50 +00:00
* 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 09:24:57 +00:00
* Open Terminal and navigate to ~/Downloads
2020-09-24 12:20:50 +00:00
* 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.