PDA

View Full Version : Java uninstalling



aliov_85
July 8th, 2007, 09:41 PM
Hello every body.

Can any body tell me please how can I uninstall my jdk (for reinstalling) ?

jespdj
July 8th, 2007, 09:49 PM
Did you install it via the normal Ubuntu package management system (Synaptic or Adept)? Then you just uninstall it via Synaptic or Adept.

Ramses de Norre
July 9th, 2007, 12:47 AM
And otherwise you just delete the folder into which you installed it.

aliov_85
July 9th, 2007, 06:40 AM
Hi,
First thanks 4 replies;

Second: I installed through this:


sudo apt-get install sun-java5-jdk,

jespdj
July 9th, 2007, 12:09 PM
The you uninstall it like this:

sudo apt-get remove sun-java5-jdk

You should familiarize yourself with tools like apt-get. Try typing in 'man apt-get' to see what options there are.