0

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.

rainlover
  • 576

1 Answers1

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

Sukupa91
  • 3,067