Hi I've looked through the prior RPM fusion threads but am unable to find the answer to the issue that I am having with installing the RPMFUSION repo.
I am running Fedora 17
Code:
[root@EDI yum-root-zWsGpT]# uname -r
3.5.3-1.fc17.x86_64
And I believe that I may have done something to cause the problem by deleting the repo files in /etc/yum.repos.d. I am not sure if they were or were not in there but as of now I cannot get the RPMFUSION repos to install when I follow the instructions on their web page.
Code:
[root@EDI ~]# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Loaded plugins: langpacks, presto, refresh-packagekit
rpmfusion-free-release-stable.noarch.rpm | 17 kB 00:00
Examining /var/tmp/yum-root-zWsGpT/rpmfusion-free-release-stable.noarch.rpm: rpmfusion-free-release-15-5.noarch
/var/tmp/yum-root-zWsGpT/rpmfusion-free-release-stable.noarch.rpm: does not update installed package.
rpmfusion-nonfree-release-stable.noarch.rpm | 17 kB 00:00
Examining /var/tmp/yum-root-zWsGpT/rpmfusion-nonfree-release-stable.noarch.rpm: rpmfusion-nonfree-release-15-5.noarch
/var/tmp/yum-root-zWsGpT/rpmfusion-nonfree-release-stable.noarch.rpm: does not update installed package.
Nothing to do
when I list the repos I have all I get is the following:
Code:
[root@EDI ~]# yum repolist
Loaded plugins: langpacks, presto, refresh-packagekit
fedora/metalink | 20 kB 00:00
fedora | 4.2 kB 00:00
updates/metalink | 18 kB 00:00
http://chi-10g-1-mirror.fastsoft.net/pub/linux/fedora/updates/17/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found : http://chi-10g-1-mirror.fastsoft.net/pub/linux/fedora/updates/17/x86_64/repodata/repomd.xml
Trying other mirror.
updates | 4.7 kB 00:00
(1/2): fedora/primary_db | 14 MB 00:04
(2/2): updates/primary_db | 5.7 MB 00:01
fedora/group_gz | 434 kB 00:00
updates/group_gz | 434 kB 00:00
repo id repo name status
fedora Fedora 17 - x86_64 27,033
updates Fedora 17 - x86_64 - Updates 8,221
repolist: 35,254
As you can see there is an error and RPMFUSION is nowhere to be found.
when I try the command again I get the following with the error gone:
Code:
[root@EDI yum-root-zWsGpT]# yum repolist
Loaded plugins: langpacks, presto, refresh-packagekit
repo id repo name status
fedora Fedora 17 - x86_64 27,033
updates Fedora 17 - x86_64 - Updates 8,221
repolist: 35,254
The contenst of /etc/yum.repos.d is below:
Code:
[root@EDI yum.repos.d]# ls -la
total 28
drwxr-xr-x. 2 root root 4096 Sep 6 23:11 .
drwxr-xr-x. 150 root root 12288 Sep 6 23:50 ..
-rw-r--r--. 1 root root 1144 May 4 15:31 fedora.repo
-rw-r--r--. 1 root root 1105 May 4 15:31 fedora-updates.repo
-rw-r--r--. 1 root root 1163 May 4 15:31 fedora-updates-testing.repo
I also found the following yum related context in /var/tmp although I do not know if it is related to the problem.
Code:
[root@EDI yum-root-zWsGpT]# ls -l
total 40
-rw-r--r--. 1 root root 16913 Feb 29 2012 rpmfusion-free-release-stable.noarch.rpm
-rw-r--r--. 1 root root 17065 Feb 29 2012 rpmfusion-nonfree-release-stable.noarch.rpm
What am I doing wrong?


Is there a way to get the default yum repos and then try to add RPMFUSION again? Please help. Thank you.