On Wed, 30 Mar 2005 14:03:44 -0500, Stephane Gaucher wrote: > On Wed, 2005-03-30 at 19:26 +0200, Michael Schwendt wrote: > > On Wed, 30 Mar 2005 12:11:49 -0500, Stephane Gaucher wrote: > > > > > I want to install mplayer's rpm > > > rpm -Ui mplayer-1.0-40_pre6a.rhfc3.at.i386.rpm > > > > > > > > > warning: mplayer-1.0-40_pre6a.rhfc3.at.i386.rpm: V3 DSA signature: > > > NOKEY, key ID 66534c2b > > > error: Failed dependencies: > > > libviaXvMC.so.1 is needed by mplayer-1.0-40_pre6a.rhfc3.at.i386 > > > > > > > > > I have check at www.pbone.net for this library and i fond this library > > > was into this package: xorg-x11-libs-6.8.1-12.FC3.21_1.rhfc3.at.i386.rpm > > > > > > so lets install this packages > > > > > > rpm -Ui xorg-x11-libs-6.8.1-12.FC3.21_1.rhfc3.at.i386.rpm > > > > > > > > > > > > warning: xorg-x11-libs-6.8.1-12.FC3.21_1.rhfc3.at.i386.rpm: V3 DSA > > > signature: NOKEY, key ID 66534c2b > > > error: Failed dependencies: > > > xorg-x11-libs = 6.8.2-1.FC3.13 is needed by (installed) > > > xorg-11-fs-6.8.2-1.FC3.13.i386 > > > xorg-x11-libs = 6.8.2-1.FC3.13 is needed by (installed) > > > xorg-11-6.8.2-1.FC3.13.i386 > > > xorg-x11-libs = 6.8.2-1.FC3.13 is needed by (installed) > > > xorg-x11-devel-6.8.2-1.FC3.13.i386 > > > > > > no libviaXvMC.so.1 into the /usr/X11R6/lib folder > > > > > > Can you help me !?! > > > > You fetched an xorg-x11-libs package from the ATrpms repository which > > has an older version and release than the one that is installed already. > > Hence your installation attempt failed, because the installed xorg-x11 > > packages require the newer xorg-x11-libs (which is installed already). > > That's what the error message says. > > > So you sugest me to fore an installation of the new (good version) of > this rpm !?! > > rpm -Ui --force xorg-x11-libs-6.8.1-12.FC3.21_1.rhfc3.at.i386.rpm No. I did not suggest that, and I do not suggest that. Please read up in "man rpm" what option --force would do. It is a collection of dangerous options and very seldomly something you really want. I also fail to see why you think the packge is newer. Surely the installed 6.8.2 is newer than the 6.8.1 you want. And in case you really want a full downgrade of xorg-x11, you should get all the other xorg-x11 packages and try your luck with them. But don't --force install anything!