I've Googled it and searched a lot but didn't found specifically targeted question in this way. So I really don't want Java. I want to get rid of it. When seeing it in Software Updater, it seems packed in Restricted Extras and is not showing as separate installed. I want to keep all others but uninstall this one. Please help. I'm using Xubuntu 13.10. and updated it completely.
Asked
Active
Viewed 451 times
1 Answers
0
Go to the terminal by Ctrl+Alt+t and wirte
java -version
it will tell you which java and version you are using then if you have open jdk then write
sudo apt-get purge openjdk
it will remove openJDK from your computer, else leave your java -version output..
for removing all the Java related packages click here
The program 'java' can be found in the following packages:
Try: sudo apt-get install
Now there are gcj and openjdk. Should I continue with your solution? BTW Thanks for the reply.
– rainlover Nov 17 '13 at 06:25