LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mplayer help (https://www.linuxquestions.org/questions/linux-newbie-8/mplayer-help-238014/)

Crippledzero 10-02-2004 04:52 PM

mplayer help
 
Hello folks
One slight problem
i need help with mplayer. i need to unnistall this file (rpm -Uvh libpostproc-1.0-0.11.pre5.1.fc2.dag.i386.rpm
warning: libpostproc-1.0-0.11.pre5.1.fc2.dag.i386.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing... ########################################### [100%]
package libpostproc-1.0-0.11.pre5.1.fc2.fr (which is newer than libpostproc-1.0-0.11.pre5.1.fc2.dag) is already installed) without the old file mplayer will not work.

Any one.
thanks
mplayer

saber41 10-02-2004 04:56 PM

try this:
rpm -e filename.rpm

Crippledzero 10-02-2004 05:08 PM

mplayer
 
thanks saber but thats a no go dude didnt work

fhleung 10-02-2004 09:25 PM

I guess you need to uninstall the file by its exact name, the name can be found from
'rpm -qa |grep replayer' then erase the file by 'rpm -e xxx.rpm' where xxx is the output list of the first command.

If you like to install the module indvidually, you may try 'rpm -i --nodeps xxx.rpm' which means install each module without worry about the dependency

For RedHat, Fedro users, there are some easy ways to install packages by using apt4rpm
like the 'apt-get' tool in Debian, but first need to install all the apt4rpm modules manually.

Hope it helps


All times are GMT -5. The time now is 05:15 AM.