LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing mplayer help (https://www.linuxquestions.org/questions/linux-software-2/installing-mplayer-help-109221/)

Ogledbyoldmen 10-27-2003 04:29 PM

Installing mplayer help
 
How do i install mplayer, when i try it says:
rpm -ivh mplayer-common-1.0pre2-1.i386.rpm
warning: mplayer-common-1.0pre2-1.i386.rpm: V3 DSA signature: NOKEY, key ID 28a26067
error: Failed dependencies:
mplayer = 1.0pre2 is needed by mplayer-common-1.0pre2-1

XavierP 10-27-2003 04:34 PM

I had a look at the rpm install - grab all the rpms and install with:
rpm -ivh mplayer-package1.rpm package2.rpm, etc - basically install all the base rpms with one long command.

Ogledbyoldmen 10-27-2003 04:47 PM

im not sure i understand...

XavierP 10-27-2003 04:53 PM

You need the mplayer rpm and the mplayer-common rpm (and I'm working from memory here). So, in a console type:
rpm -ivh mplayer-1.0pre2.i386.rpm mplayer-common-1.0pre2-1.i386.rpm
or whatever the package names are.

This will resolve any dependency problems where 1 mplayer rpm needs another as they install together.

acid_kewpie 10-27-2003 04:54 PM

you need two filse there, mplayer-1.0pre2 and mplayer-common-1.0pre2, so install them together and it won't complain

Ogledbyoldmen 10-27-2003 05:00 PM

rpm -ivh mplayer-1.0pre2-1.i386.rpm mplayer-common-1.0pre2-1.i386.rpm
warning: mplayer-1.0pre2-1.i386.rpm: V3 DSA signature: NOKEY, key ID 28a26067
Preparing... ########################################### [100%]
1:mplayer-common ########################################### [ 50%]
2:mplayer ########################################### [100%]


ok i did that, im not sure i know what to do now.

XavierP 10-27-2003 05:04 PM

type in either mplayer or gmplayer in a console.

You will also need the codecs rpms (to allow .mov, .ram, etc files to be run) and whatever other font and skins rpms there are.

Ogledbyoldmen 10-27-2003 05:13 PM

any clue about the gui?

XavierP 10-27-2003 05:14 PM

gmplayer will give you the gui - as long as you have installed fonts and skins.

Ogledbyoldmen 10-27-2003 05:38 PM

where do i install the skins?


All times are GMT -5. The time now is 11:45 PM.