LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mplayer (https://www.linuxquestions.org/questions/linux-software-2/mplayer-51715/)

evian 03-25-2003 03:59 PM

mplayer
 
Hello,

I am trying to install mplayer on RedHat 8. I have gotten the rpms and when I try to install mplayer using the following command:

rpm -Uvh mplayer-common-0.90rc5-1.i386.rpm

I get the following error:

warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer = 0.90rc5 is needed by mplayer-common-0.90rc5-1

This to me seems strange because I thought that installing a program shouldn't require the program to be there already. What is this file and where can I get it?

Thanks,

acid_kewpie 03-25-2003 04:18 PM

same place you got the other one i assume. have you tried rpmfind.net?

evian 03-25-2003 04:26 PM

the thing is, everything i read says that the file i am installing is mplayer0.9rc5, so why do i need it? It seems like it is saying that i need the same file that i am trying to install!

thanks

Crashed_Again 03-25-2003 04:36 PM

Try downloading all the available mplayer rpms into one directory and install them all at once by doing:

rpm -Uvh mplayer*

Either that or install from source.

acid_kewpie 03-25-2003 04:51 PM

it's not the same file, afaik it contains standard libraries and such like. personally i'd recommend just installnig from source.

evian 03-25-2003 05:07 PM

i got it to work but i had to do rpm --nodeps, will this cause me any grief later on?

mhearn 03-25-2003 05:12 PM

Yes, the dep checks are there for a reason. The package it asked for is not the same as the one you were trying to install, it will contain other files that are needed.

Go get the mplayer-common package and install that first, then do mplayer. Or use apt-get, see freshrpms.net

evian 03-25-2003 05:48 PM

it is the mplayer-common package that i am having the error with.

Texicle 03-25-2003 09:57 PM

It appears that in order for you to install mplayer-common, you will need to install mplayer first. I just did a search on G4L (also known as www.google.com/linux ) and found this information.

I selected one of the links and found this page that might answer your question some.

It states that mplayer-common is the GUI. You cannot run the GUI for MPlayer without having the non-GUI MPlayer. So, you'll have to download the regular, non-GUI, version of MPlayer and install it. Next you'll have to install the mplayer-common. Then, you'll probably have to enable GUI abilities in mplayer. I have no idea how to do this in RPM format. I could probably help you if you were doing it from source though. Hope this helps, and good luck.:D


All times are GMT -5. The time now is 12:13 AM.