Thread: Linux and WMA
View Single Post
  #11  
Old 8th Dec 02, 05:05 AM
Sephiroth Sephiroth is offline
BetaONE Supporter
 
Join Date: Jul 2001
Posts: 1,979
Sephiroth is an unknown quantity at this point
Send a message via MSN to Sephiroth
This works with Mandrake 8.... I don't know about 9, but give it a shot

cd to the dir with your rpm's in there

if there are rpm's stored in that dir other than the mplayer rpm's, do a

mkdir mplayer | mv mplayer*.rpm ./mplayer

then try this

urpmi *.rpm

it should install all 3 rpm's, and prompt you for the mandrake cd's to automatically take care of the dependencies for you

if that doesn't work, and libpng.so.2 already exists, try this

rpm -Uhv *.rpm --nodeps --force

it'll force it to install... but be careful, if it doesn't work, then do an rpm -e eachrpmhere (without the .rpm on the end), to uninstall them
Reply With Quote