Â
Hello experts,
I am unable to install a .sh format file of netbeans in my ubuntu 11.1.
When I tried to do this, I got this result:
"hridesh@ubuntu:~$ cd Desktop/ hridesh@ubuntu:~/Desktop$ cd full netbeans 7.2 for linux in .sh format/ hridesh@ubuntu:~/Desktop/full netbeans 7.2 for linux in .sh format$ ls how to install.txt netbeans-7.1.2-ml-linux.sh hridesh@ubuntu:~/Desktop/full netbeans 7.2 for linux in .sh format$ chmod +x netbeans-7.1.2-ml-linux.sh hridesh@ubuntu:~/Desktop/full netbeans 7.2 for linux in .sh format$ ./netbeans-7.1.2-ml-linux.sh Configuring the installer… Searching for JVM on the system… Extracting installation data..
Â
Installer file /home/hridesh/Desktop/full seems to be corrupted".
Is it actually corrupted or something else is wrong ???
Please suggest me something.
Unable to install .sh format file of netbeans in ubuntu 11.1
Â
Hello Waltere Stone
Â
.sh is a script which is designed for Linux OS.
You should do the following:
Â
Goto Terminal Apps —-> Accessories —-> Terminal
Then you should type the following exactly in your terminal:
Â
cd Desktop
sudo chmod +x netbeans-*
sudo ./netbeans-*
Â
complete the installation
Â
It has done the job for many people!!
Unable to install .sh format file of netbeans in ubuntu 11.1
Â
Hello,
Â
There is one more thing you can do regarding this problem: Â Open Terminal and type sudo bash netbeans-7.1.2-ml-linux.sh. Â Bash is the command which will open any script under Linux, so you should try it too. Â If that doesn't help, then right mouse click on your installation file and go to properties. Â Depending on your file manager, you should be able to find an "enable as executable" option. Â Then just double click on the installation file and it should be fine. Â Regards.