PDA

View Full Version : [ubuntu] Does anyone knows how to install this .sh file?!?!



discipulo44
May 10th, 2009, 07:03 PM
](*,)Can please someone tell me how can I install this file install-crossover-pro-7.1.0.sh ? Because I really dont now how to install a .sh file in ubuntu... All your help is going to be very appreciated... THANKS \\:D/

benj1
May 10th, 2009, 07:39 PM
just open up a terminal
cd to the directory the file is in and then type


./install-crossover-pro-7.1.0.sh

that should start the installer

discipulo44
May 10th, 2009, 08:23 PM
I open a Terminal and cd to directory that is the desktop and when I put this code
./install-crossover-pro-7.1.0.sh
it gave me this in the terminal:

bash: ./install-crossover-pro-7.1.0.sh: Permission denied


What can I do to have the permission to install it?

THANKS... \\:D/

SuperSonic4
May 10th, 2009, 08:24 PM
Try
chmod +x install-crossover-pro-7.1.0.sh which will make it executable (idk if it's already executable)

If that doesn't work you may need to be root by doing
sudo sh install-crossover-pro-7.1.0.sh

benj1
May 10th, 2009, 08:25 PM
sudo ./install-crossover-pro-7.1.0.sh

then enter your password when prompted.