Enabling the RPM Fusion repositories
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. |
Third party repositories
There are a number of third-party software repositories for Fedora. They have more liberal licensing policies and provide software packages that Fedora excludes for various reasons. These software repositories are not officially affiliated or endorsed by the Fedora Project. Use them at your own discretion. For complete list, see FedoraThirdPartyRepos The following repositories are commonly used by end users and do not conflict with each other:
-
rpm.livna.org (Obsoleted! Replaced by RPM Fusion free tainted)
Mixing third party software repositories
Mixing a lot of third party repositories is not recommended since they might conflict with each other causing instability and hard to debug issues. If you are not a technical user, one way is to not enable the third-party repo by default and instead use the --enablerepo switch for dnf, or a similar method configurable in the graphical package manager.
El propósito de RPM Fusion
El proyecto RPM Fusion es un repositorio de software mantenido por la comunidad que proporciona paquetes adicionales que no son distribuidos por Fedora.
Recursos Adicionales
-
Página de inicio de RPM Fusion: https://rpmfusion.org/
-
Para más información sobre que paquetes tienen permitido ser distribuidos con Fedora, vea la siguiente página wiki: https://fedoraproject.org/wiki/Forbidden_items
-
Usted puede comprar codecs multimedia desde Fluendo. Esta es una solución legal para los usuarios de paises donde se aplican las patentes de software patents. Para más información, vea https://fluendo.com/en/products/enterprise/fluendo-codec-pack/.
Enabling the RPM Fusion repositories using command-line utilities
This procedure describes how to enable the RPM Fusion software repositories without using any graphical applications.
Requisitos previos
-
Tiene acceso a internet.
Procedimiento
-
To enable the Free repository, use:
$ sudo dnf install \ https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
-
Optionally, enable the Nonfree repository:
$ sudo dnf install \ https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
-
The first time you attempt to install packages from these repositories, the
dnf
utility prompts you to confirm the signature of the repositories. Confirm it.
Habilitando los repositorios RPM Fusion usando aplicaciones gráficas
Este procedimiento describe como habilitar los repositorios de software RPM Fusion sin usar ninguna utilidad de línea de comandos.
Requisitos previos
-
Tiene acceso a internet.
-
Está usando el entorno de escritorio Gnome.
Procedimiento
-
En su navegador web, abra la siguiente página: https://rpmfusion.org/Configuration.
-
Para habilitar el repositorio Free, pulse el enlace RPM Fusion free for Fedora version en la página, donde version es el lanzamiento de Fedora que está usando. Esto le pide que guarde o abra el archivo de repositorio.
-
Abra el archivo usando la aplicación Instalar Software.
-
Se abre la aplicación Software. Pulse el botón azul Instalar.
-
Opcionalmente, habilite el repositorio Nonfree: pulse el enlace RPM Fusion nonfree for Fedora version en la página, donde version es el lanzamiento de Fedora que está usando.
-
Save and install the file with the Software application again.
Enabling Appstream data from the RPM Fusion repositories
This procedure describes how to install the Appstream data provided by the RPM Fusion software repositories.
Requisitos previos
-
Tiene acceso a internet.
-
Está usando el entorno de escritorio Gnome.
-
You have the RPMFusion repositories installed
Procedimiento
$ sudo dnf group update core
Enabling the RPM Fusion repositories for ostree-based systems
This procedure describes how to enable the RPM Fusion software repositories for systems based on ostree (i.e. Silverblue, Kinoite, Fedora IoT).
This is a two-stage process where you have to install versioned RPM Fusion repos and then you are able to replace them with unversioned RPM Fusion repos.
For more information about this process and the problem it solves, please refer to the relevant thread on the Fedora Discourse site. |
Prerequisites
-
You are using an ostree-based system such as Silverblue, Kinoite, or Fedora IoT.
-
You have internet access.
Procedure
-
To install the versioned Free and Nonfree RPM Fusion repos:
$ sudo rpm-ostree install \ https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm $ reboot
-
To replace the versioned RPM Fusion repos that were previously installed with the unversioned repos:
$ sudo rpm-ostree update \ --uninstall rpmfusion-free-release \ --uninstall rpmfusion-nonfree-release \ --install rpmfusion-free-release \ --install rpmfusion-nonfree-release $ reboot
Want to help? Learn how to contribute to Fedora Docs ›