1

I can't find uninstall.sh in my netbeans folder. Please help. I want it to be removed. Thanks.

Output commandline

seng@wseng:~$ sudo apt remove netbeans
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'netbeans' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 416 not upgraded.
John Joe
  • 268

1 Answers1

3

From the commandline run:

$ sudo apt remove netbeans

Alternatively (using the GUI):

Run Ubuntu Software. Type in Netbeans in the search fiend. Click Remove.

L. D. James
  • 25,036