Wednesday, January 28, 2015

Unable to install RPMfusion repository in Fedora

Issue

While trying to install RPMFusion repository it gives below error.

[root@localhost Downloads]# yum install --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Loaded plugins: langpacks, refresh-packagekit
Cannot open: http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm. Skipping.
Error: Nothing to do


Solution

Try the below command for work around

[root@localhost Downloads]# yumdownloader --url rpmfusion-free-release rpmfusion-nonfree-release
Loaded plugins: langpacks, refresh-packagekit

yumdownloader --url rpmfusion-free-release rpmfusion-nonfree-release

No comments:

Post a Comment