PDA

View Full Version : [ubuntu] How to install .run files?



bholzer
September 3rd, 2011, 02:48 AM
I'm trying desperately to install a .run file on natty, but nothin I'm doing seems to be working.

Thanks for the help!

sum1nil
September 3rd, 2011, 03:07 AM
To install you should just have to do:
sh ./<name of package>.run . However, you may have to chmod beforehand by using 'sudo chmod 755 <name of package>.run to allow it to run as an executable.

:popcorn:

Hakunka-Matata
September 3rd, 2011, 03:26 AM
sudo bash <packagename>.run or .sh
# bad command - uselessAbove code useless.............



use this:

sh someFileYouWant.run
See this (http://www.linuxforums.org/forum/gaming-multimedia-entertainment/35202-installing-run-files.html) link to forum thread on subject