LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I Uninstall Firefox, Jre, jdk, Mozilla (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-uninstall-firefox-jre-jdk-mozilla-256418/)

TSynergy 11-18-2004 09:32 AM

How do I Uninstall Firefox, Jre, jdk, Mozilla
 
Hi

How do I go about unstalling the following:

1. Previous versions of Mozilla;

2. Previous versions of jre and jdk;

Also, unstalling and reinstalling Firefox 1.0.

If appropriate, please give the rpm commands.

My Current Package includes:
Browser: Firefox 1.0
Platform: FedoraCore2
Other: Jre-1.5.0

Much thanks. Tj

qwijibow 11-18-2004 10:35 AM

Code:

man rpm
or the short version.. use the '-e' switch :)

search for install packages like so...

Code:

rpm -qa | grep search_keyword
so basically....

Code:

// what the java package called ?
rpm -qa | grep java
rpm -qa | grep jre
rpm -qa | grep jdk

rpm -e (rpm package to remove { not including version numbers})


TSynergy 11-18-2004 05:35 PM

I appreciate your useful reply.


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