How to uninstall Netbeans 6.8 on ubuntu Lucid Lynx (10.04 LTS)

12,531

Solution 1

you can try this:

Go to the directory where NetBeans was installed (e.g. netbeans-6.8 in /usr/local) and start ./uninstall.sh script.

   sudo /usr/local/share/netbeans-6.8/uninstall.sh

and in other cases if the jdk is located in another folder (like this one isn't in the netbeans-6.8 folder)

sudo /usr/local/share/netbeans-6.8/uninstall.sh --javahome /usr/local/share/jdk1.6.0_05/

OR you can read this

http://www.karthikeyanc.com/blog/index.php/2009/12/how-to-uninstall-netbeans-from-ubuntu/

Solution 2

Just run updatedb and then locate uninstall.sh, then run the correct one.

I personally uninstall both glassfish and netbeans using that same method.

Solution 3

I couldnt find the uninstall.sh file so i used the Synaptic Package Manager, i marked all Netbeans 6.8 components to be removed and voila! simply like that.

Solution 4

You can unistall netbeans-7.0.1 for Ubuntu by executing this command:

sudo sh usr/local/netbeans-7.0.1/uninstall.sh

Solution 5

In my Ubuntu 10.10, Netbeans uninstall.sh is located in the directory home/userName/netbeans-6.8/

Run this command to unstall Netbeans:

sudo home/userName/netbeans-6.8/uninstall.sh
Share:
12,531
morpheous
Author by

morpheous

Updated on September 17, 2022

Comments

  • morpheous
    morpheous over 1 year

    I manually installed Netbeans 6.8, by downloading the binary and installing it.

    I am now upgrading to Netbeans 6.9, and I want to uninstall the previous version first.

    Any tips on how to uninstall Netbeans 6.8?

  • Bhanu Krishnan
    Bhanu Krishnan almost 13 years
    link has no content