GNU/Linux Fedora 35 Adding RPM Fusion Repo Guide
Hi! The Tutorial shows you Step-by-Step How to Install RPM Fusion Repository in Fedora 35 GNU/Linux.
And to Enable RPM Fusion for Fedora 35 there are 2 procedures, but here I describe How to Enable it on the Fedora Command Line.
RPM Fusion is a third-party software repository for the Fedora and Red Hat Enterprise Linux (RHEL) OSes. It provides additional Packages not included in the official Fedora and RHEL Repositories due to Licensing or other Issues.
RPM Fusion is divided into two main repositories:
- Free repository: This repository contains free and open-source software (FOSS) packages that comply with Fedora’s licensing guidelines but are not shipped with Fedora for various reasons. This repository includes software like multimedia codecs, graphics drivers, and other useful applications.
- Nonfree repository: This repository contains software that does not comply with Fedora’s licensing guidelines due to patent or licensing restrictions. It includes proprietary drivers, software, and other applications that are not open source but may be useful to users.
The RPM Fusion Project aims to provide a convenient way for users of Fedora and RHEL to access a wider range of Software Packages while maintaining compatibility and adherence to Fedora’s principles and guidelines.
Finally, the RPM Fusion Repository for Fedora 35 includes both: Free Open-Source Software and Non-Free Proprietary Software.
1. Command Line QuickStart
Fedora GNU/Linux Terminal Tutorial for Beginners
2. Installing RPM Fusion Repo
First, Install RPM Fusion Free Repository
With:sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
And then also the RPM Fusion Non-Free Repository
Like:sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Learn more on How to Setup GNOME Software & KDE Discover GUI on: RPM Fusion Official Documentation.
So Now I’m truly Happy if My Guide could Help you to Install RPM Fusion Repository on Fedora 35!