PDA

View Full Version : [SOLVED] How to install .sh file on ubuntu 11.04



swaroopjain
July 18th, 2011, 06:21 AM
hi,
i have to install netbean in my ubuntu 11.04.I have the file "netbeans-7.0-ml-javaee-linux.sh".help me to install that.thanks in advance

srisharan
July 18th, 2011, 06:27 AM
sudo ./netbeans-7.0-ml-javaee-linux.sh in terminal

raja.genupula
July 18th, 2011, 11:58 AM
first do this

chmod +x filename.sh


then do this

./filename.sh

assume that your netbeans in your home folder

swaroopjain
July 18th, 2011, 12:03 PM
hi,
Me just copied the .sh file to my home folder then type the above cmnd but me got the eror that no such file or directory

raja.genupula
July 18th, 2011, 12:06 PM
could you tell me , how you have typed the command

swaroopjain
July 18th, 2011, 12:16 PM
hi,
sory raja that was my reply to shrisaran!ur reply worked.me just have installed the netbean.Thanx a lot buddy.Thank u MahaRaja :D

raja.genupula
July 18th, 2011, 12:21 PM
you're welcome .

so please marked this thread as solved . by clicking at thread tools , you can find that option .

hawkeye314
June 18th, 2012, 09:50 PM
first do this

chmod +x filename.sh
then do this

./filename.shassume that your netbeans in your home folder

I'm using the ubuntu 12.04 LTS and this command isn't recognized,
removing the . before the .sh file path (right after the "sudo") results in the installation,
is it the same for the 11.04 as well ?

SPeedYdr
January 30th, 2013, 04:21 AM
first do this

chmod +x filename.sh
then do this

./filename.shassume that your netbeans in your home folder

Thank you very much for your input. I just register to the forum to say thanks because I am completely new to ubuntu and thanks to you I was able to install my cisco vpn client.