Instalando Skype en Fedora
This page discusses third-party software sources not officially affiliated with or endorsed by the Fedora Project. Use them at your own discretion. Fedora recommends the use of free and open source software and avoidance of software encumbered by patents. |
Skype es una aplicación de chat patentada multiplataforma (texto y vídeo).
También proporciona llamadas de voz y escritorio compartido. Usa un protocolo de red patentado de telefonía en internet (VoIP) llamado Skype.
Instalación
Por favor advierta las últimas versiones de Skype sólo trabajan en arquitecturas de 64 bit.
Es posible instalar Skype en Fedora usando estos métodos de paquete.
-
Usando el RPM por Skype
-
Usando un Flatpak alijado en Flathub.
Installing Skype using the Skype RPM repository
To install Skype using the Skype RPM repository:
-
Add the Skype repository
$ sudo curl -o /etc/yum.repos.d/skype-stable.repo https://repo.skype.com/rpm/stable/skype-stable.repo
-
Install Skype
$ sudo dnf install skypeforlinux
Installing Skype using Flatpak
To install Skype using Flatpak:
-
Install Flatpak using dnf:
$ sudo dnf install -y flatpak
-
Install Skype using Flatpak:
$ flatpak install -y --from https://flathub.org/repo/appstream/com.skype.Client.flatpakref
-
To run Skype:
You should find a menu shortcut in your DE.
To run it from the command line:
$ flatpak run com.skype.Client
See a typo, something missing or out of date, or anything else which can be improved? Edit this document at https://pagure.io/fedora-docs/quick-docs.
Want to help? Learn how to contribute to Fedora Docs ›