- Forums
- Linux Hosting
- How To Uninstall Java From Linux
uninstalling sun java plugin for firefox is easy with these commands i have used in a fedora linux server i have for testing, these are the steps i took to remove java [1409], Last Updated: Mon Jun 24, 2024
Hostman
Tue Apr 13, 2010
1 Comments
889 Visits
uninstalling sun java plugin for firefox is easy with these commands i have used in a fedora linux server i have for testing, these are the steps i took to remove java
login as superuser
su
check to see what version you have installed in your linux:
rpm -qa | grep jre
output:
jre-1.6.0_19-fcssince i have installed:
jre-1.6.0_19-fcs this is how i remove it
rpm -e jre-1.6.0_19-fcs
this is the output i got:
Preparing packages for installation...
jre-1.3.1_20-fcs
You have mail in /var/spool/mail/rootdone
https://www.webune.com/forums/how-to-uninstall-java-from-linux.html