LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't remove opera...rpm says not installed (https://www.linuxquestions.org/questions/linux-newbie-8/cant-remove-opera-rpm-says-not-installed-327486/)

hlpboplz 05-26-2005 07:39 PM

Can't remove opera...rpm says not installed
 
I'm using fedora core 3 and the latest opera (opera-8.0) is acting up. I tried to rpm -e it and rpm said it wasn't installed. I then did find / -name opera and removed everything it found. Now when I try to rpm opera7.4 it says opera-8.0 is there and won't don anything. Help please.:confused:

perfect_circle 05-26-2005 08:06 PM

Code:

rpm -qa |grep opera
to see the name of the package
and then
Code:

rpm -e <package-name>

hlpboplz 05-27-2005 03:57 AM

Quote:

Originally posted by perfect_circle
Code:

rpm -qa |grep opera
to see the name of the package
and then
Code:

rpm -e <package-name>

Thanks for the reply. I used apt-get remove opera to be done with it.

buskmann 05-27-2005 05:34 AM

That is actually the same thing. Apt uses the rpm command when dealing with packages.


All times are GMT -5. The time now is 08:24 PM.