Linux-Noob Forums
Installing a .sh file - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Ubuntu (https://www.linux-noob.com/forums/forum-99.html)
+--- Thread: Installing a .sh file (/thread-2203.html)



Installing a .sh file - campisi_44 - 2006-01-31


I have crossover 5 pro and its a .sh file. I would like to know how to install it.

 

I installed a few things before but they ended up being a pain to remove, how will i be able to install it to the file system...where the app's go...i think thats the /etc dir. thanks




Installing a .sh file - znx - 2006-01-31




Code:
# chmod +x filename.sh
# ./filename.sh




 

Replacing "filename" with the correct name.

 

That should be it.