LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   uninstal realplayer rpm in rh9 (https://www.linuxquestions.org/questions/linux-software-2/uninstal-realplayer-rpm-in-rh9-78635/)

munkeman 08-03-2003 02:48 PM

uninstal realplayer rpm in rh9
 
can anyone help me to uninstal realplayer in rh9 It was instaled via rpm I wish to instal a newer version but rh9 says package already instaled

guygriffiths 08-03-2003 05:51 PM

I assume you used the graphical version of rpm? you should probably do this:
rpm --all |grep real

This will list the names of all of you packages containing the word real in. Find the one that looks like realplayer. Then:
rpm -e realplayer (or whatever the package was called)
should erase it


All times are GMT -5. The time now is 07:54 PM.