Here are the steps to uninstall the ubuntu;
- Open the terminal
- If you have installed the netbeans as root/sudo then your uninstall file should be at;
cd /usr/local/netbeans-<version number>/
- Then check for the uninstall file into the folder using command;
dir - 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
- 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>/
- 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