![]() | 1 | initial version |
yum
is deprecated and you should use dnf
for installing software. Also, localinstall switch is not needed anymore as install covers that.
You can follow these steps to configure RPM Fusion repositories on your Fedora 22 install:
For Free repository:
wget http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-22.noarch.rpm
dnf install rpmfusion-free-release-22.noarch.rpm
For non-Free repository:
wget http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-22.noarch.rpm
dnf install rpmfusion-nonfree-release-22.noarch.rpm