How to uninstall NetBeans IDE from Linux

In older version NetBeans default uninstall location was /usr/local/netbeansxxxx

but in new versions they have changed installation locations actually, you can decide to which location to install

in new versions you can easily find the installed location just right click and checking properties of NetBeans Desktop icon

In my case i have installed it in my Home folder, i opened terminal,moved to installation location using cd /installation path
*change installation path to yours

In your terminal it will looks like this

type

 

./uninstall.sh

press enter

uninstall

Enjoy.

How to install NetBeans IDE in Linux

First go to netbean download page https://netbeans.org/downloads/

download the netbeans installer .sh file

open terminal go to download location

make file executable by using following commands in terminal

chmod +x netbeans-8.1-php-linux-x64.sh

in your case netbeans file name may very

once you make file executable type following commands in terminal

./filename.sh

in your case change filename.sh to your file name

it will pop up an installation wizard like this

just follow the instruction to install

after installation you can find NetBeans IDE icon on your desktop double click it to open the application

Pin It on Pinterest