How to configure setup and install RPM Fusion on Fedora – 3rd-party software repository for Fedora

RPM Fusion is a community-maintained 3rd party software repository for Fedora and Red Hat Enterprise Linux. RPM Fusion is a merger of Dribble, Freshrpms, and Livna. RPM Fusion comes in two versions Free and Non-free. Free repository mainly comes with open source softwares and drivers and nonfree comes with closed-source, non-free software or drivers. You can easily install and setup in Fedora via terminal.

Install Free RPM Fusion repository on Fedora:

First we are going to install RPM Fusion free. Open your terminal application in Fedora and run this command in terminal.

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

[OR]

sudo dnf install \
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

Enter your Fedora user password and in the Is this ok step type y and hit enter confirm the installation.

Also Read:  How to Install Fedora Budgie Spin on VirtualBox

Install Non-Free RPM Fusion repository on Fedora:

Process for nonfree also same . Just open your terminal application in Fedora and run this command in terminal.

sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

[OR]

sudo dnf install \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Test RPM Fusion repository Installation on Fedora:

After the successful installation of free and nonfree RPM Fusion repositories you can test the installation via below command in terminal.

dnf repolist rpmfusion-*
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply