Skip to main content

Enable RPM Fusion

This will enable RPM Fusion's Free and Non-Free repositories:

sudo 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
sudo dnf update @core

The second line is to update the Appstream metadata

Comments