How to enable RPM Fusion on Fedora 20

RPM Fusion is a must have repository for Fedora users including Fedora 20. This quick tutorial is going to show you how to enable RPM Fusion repository on Fedora 20. The RPM Fusion developer provides a simple way to enable this repository on Fedora 20.

To enable RPM Fusion on Fedora 20, copy and paste the following command (as single command) on Terminal as root.

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’

Press Y when it asked to confirm. Once finished, you should see the rpm fusion repo listed on /etc/yum.repos.d. Check it using command

ls /etc/yum.repos.d

Finish.

Admin

3 Comments

  1. weyasey: I am getting the exact same error. I have searched the web for two days, and nobody has answered this question anywhere. Did you find an answer?

Leave a Reply

Your email address will not be published. Required fields are marked *