PDA

View Full Version : RPM fusion repository giving a dependency error.


nagarajtantri
7th October 2010, 12:24 AM
Hi,

I updated "yum" by

yum -y update

Finished all the downloads. Then i went to install the rpm fusion repository as instructed by fedora 9 installation guide
http://www.mjmwired.net/resources/mjm-fedora-f9.html#yum.

But getting this error.

[root@nagaraj ntan3]# rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \
> http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
warning: /var/tmp/rpm-xfer.GXQtU8: Header V3 RSA/SHA256 signature: NOKEY, key ID 8fcff4da
warning: /var/tmp/rpm-xfer.YbtGeP: Header V3 RSA/SHA256 signature: NOKEY, key ID 8dc43844
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by rpmfusion-free-release-11-2.noarch
system-release >= 11 is needed by rpmfusion-free-release-11-2.noarch
rpmlib(FileDigests) <= 4.6.0-1 is needed by rpmfusion-nonfree-release-11-2.noarch
system-release >= 11 is needed by rpmfusion-nonfree-release-11-2.noarch
[root@nagaraj ntan3]#


Please help me regarding this.

glennzo
7th October 2010, 12:47 AM
I don't believe that the rpmfusion repositories are readily available for Fedora 9. However, look here (http://download1.rpmfusion.org/free/fedora/releases/9/) and maybe you can apply the installation method for the Fedora 13 repositories to Fedora 9 repos by making a few basic changes.

nagarajtantri
7th October 2010, 01:20 AM

Then how can i install VLC? or use yum for third party repositories? And they had mentioned in that guide to install RPM fusion repository for fedora 9 before installing VLC..!!
and the link which u sent didnt open up, i mean it showed something like this Apache/2.0.63 (CentOS) Server at download1.rpmfusion.org Port 80

glennzo
7th October 2010, 01:39 AM
Hey! You're right! There's nothing there! I didn't work my way down through the folders. I just assumed that there was content in the folder tree.

Updates still has content, http://download1.rpmfusion.org/free/fedora/updates/9/i386/, including vlc-0.9.9-2.fc9.1.i386.rpm

Try this in a terminal. Copy and paste.
rpm -ivh http://download1.rpmfusion.org/free/fedora/updates/9/i386/rpmfusion-free-release-9-12.noarch.rpm
That should install the updates repository for Fedora 9. Then you may be able to
yum install vlc
Hopefully there won't be dependency errors.

nagarajtantri
7th October 2010, 02:39 AM
hey glennzo :) it worked . :) thanks a ton :)

glennzo
7th October 2010, 09:57 AM
Right O. You're welcome.