I am trying to install RPMFusion, but every time I run this command I get an error. This is the command that always fails... su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'
This is what I get from the terminal...
$ su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm' Password: Yum command has been deprecated, redirecting to '/usr/bin/dnf localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-22.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-22.noarch.rpm'. See 'man dnf' and 'man yum2dnf' for more information. To transfer transaction metadata from yum to DNF, run: 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
No such command: localinstall. Please use /usr/bin/dnf --help It could be a DNF plugin command, try: "dnf install 'dnf-command(localinstall)'"
Im new to Fedora, I used to use Ubuntu. I am using the Fedora Mate-Compiz spin. I would greatly appreciate it if someone could help me fix this problem. :)