How to add rpmfusion repos to fedora.

dos2unix

Well-Known Member
Joined
May 3, 2019
Messages
3,668
Reaction score
3,477
Credits
32,723

Code:
dnf 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

You can either click on the download links, and it will auto-install, or you can run the command above. Either
way works pretty good.

This will add about 18,000 available packages to your fedora install.
Many packages that are proprietary, that aren't included in the default fedora repos are in the rpmfusion repos.

Things like the nvidia drivers, vlc audio player, some extra plugins for gimp, and many other things.
One of the first things I do, after installing fedora is enable the rpmfusion repos.

Note: This works for NST, Ultramarine and Nobara as well.
 
Last edited:



Top