Once you have downloaded Netbeans .sh file, you must install it.
Here is the step:
(1) You need to make the installer files executable by using the following command:
$ chmod +x <installer-file-name>
(2) And you can run the file by using the following command:
./<installer-file-name>
Thats all 🙂
Advertisements