Here are the steps to uninstall the ubuntu;

  1. Open the terminal
  2. If you have installed the netbeans as root/sudo then your uninstall file should be at;
    cd /usr/local/netbeans-<version number>/

  3. Then check for the uninstall file into the folder using command;
    dir
  4. As we can see there is a file namely uninstall.sh then execute the file with the following command;
    sh uninstall.sh
    Note : if you have installed the netbeans as super user then  EXECUTE the following command instead of above one;
    sudo sh uninstall.sh
  5. If you have installed glassfish while installing the netbeans and you are not using that any other place then uninstall that as well,  locate the glassfish folder at;
     cd /usr/local/glassfish-<version number>/
  6. Check in the directory using dir command there is a file namely uninstall.sh then execute file with the following command;
    sudo sh uninstall.sh

Leave a Reply

Your email address will not be published. Required fields are marked *