PDA

View Full Version : [ubuntu] I can't open Sh and pl Files



delphiexile
September 2nd, 2008, 07:30 AM
Hello everybody;

I don't know why I can't install SH or PL files, I mean, when I clic on Lauch , nothing happens , I tried to make "Open a Terminal", the window of is close in less than 1 seconde .

I need to launch SH files to proceed the installation of my downloaded softwares.

Thanks for Helping me.

iaculallad
September 2nd, 2008, 07:35 AM
Hello everybody;

I don't know why I can't install SH or PL files, I mean, when I clic on Lauch , nothing happens , I tried to make "Open a Terminal", the window of is close in less than 1 seconde .

I need to launch SH files to proceed the installation of my downloaded softwares.

Thanks for Helping me.

On your terminal, make the script executable:


sudo chmod 777 /path/some_linux_installation_file.sh

then, change directory to /path and:


sudo ./some_linux_installation_file.sh

delphiexile
October 16th, 2009, 06:59 PM
Thanks so much.