Habilitar los repos de RPM Fusion
Esta página analiza fuentes de software de terceros que no están afiliadas ni respaldadas oficialmente por el Proyecto Fedora. Úselas a su propia discreción. Fedora recomienda el uso de software libre y de código abierto, y evitar el software protegido por patentes. |
Repositorios de terceros
Hay diversos repositorios de software de terceros para Fedora. Tienen normativas de licencia muy liberal y proporcionan paquetes de software que Fedora excluye por diversas razones. Estos repositorios de software no están oficialmente afiliados o respaldados por el Proyecto Fedora. Úselos a su propia discreción. Consulte una lista completa en FedoraThirdPartyRepos. Los siguientes repositorios son comúnmente usados por los usuarios finales y no entran en conflicto unos con otros:
-
rpm.livna.org (¡Obsoleto! Reemplazado por RPM Fusion libe contaminado)
Mezclar repositorios de software de terceros
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
-
You can buy multimedia codecs from Fluendo. This is a legal solution for users from countries where software patents apply. For more information, see: https://fluendo.com/en/products/enterprise/fluendo-codec-pack/.
Habilitar los repos de RPM Fusion utiliznado utilidades de línea de instrucción
Este procedimiento describe como habilitar los repositorios de software RPM Fusion sin usar ninguna de las aplicaciones gráficas.
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 instrucción.
Requisitos previos
-
Tiene acceso a internet.
-
Está usando el entorno de escritorio Gnome.
Procedimiento
-
In your web browser, open the following page: https://rpmfusion.org/Configuration.
-
To enable the Free repository, click the RPM Fusion free for Fedora version link on the page, where version is the Fedora release you are using. This prompts you to save or open the repo file.
-
Open the file using the Software Install application.
-
The Software application opens. Click the blue Install button.
-
Optionally, enable the Nonfree repository: click the RPM Fusion nonfree for Fedora version link on the page, where version is the Fedora release you are using.
-
Save and install the file with the Software application again.
Habilitación de datos de Appstream desde los repositorios de RPM Fusion
Este procedimiento describe como instalar los datos Appstream proporcionado por los repositorios del software de RPM Fusion.
Requisitos previos
-
Tiene acceso a internet.
-
Está usando el entorno de escritorio Gnome.
-
You have the RPMFusion repositories installed
Procedimiento
$ sudo dnf group upgrade core
Habilitación de los repositorios RPM Fusion para sistemas basados en ostree
Este procedimiento describe como habilitar los repos de software de RPM Fusion para sistemas basados en ostree (p.e. Silverblue, Kinoite, Fedora IoT).
Esto es un proceso de dos pasos donde tiene que instalar repos de RPM Fusion con versión y después es capaz de sustituirlos con resposs RPM Fusion universales.
Para obtener más información sobre este proceso y el problema que resuelve, consulte la sección correspondiente. hilo en el sitio Fedora Discourse. |
Requisitos previos
-
You are using an ostree-based system such as Silverblue, Kinoite, or Fedora IoT.
-
Tiene acceso a internet.
Procedimiento
-
To install the versioned Free and Nonfree RPM Fusion repos:
$ 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 $ systemctl reboot
-
To replace the versioned RPM Fusion repos that were previously installed with the unversioned repos:
$ rpm-ostree update \ --uninstall rpmfusion-free-release \ --uninstall rpmfusion-nonfree-release \ --install rpmfusion-free-release \ --install rpmfusion-nonfree-release $ systemctl reboot
Want to help? Learn how to contribute to Fedora Docs ›