PDA

View Full Version : How to install a .run file (for newbies)


fatsheep
August 21st, 2006, 08:47 PM
This is not a tutorial for the average ubuntu user. Most users will already know everything I am about to say. This is for the ubuntu newbie that downloaded a app in .run format and has no idea how to install it.

How to Install a .run File:

For this How To I am going to be using the dummy name "example.run". You should replace this with the name of the file you are trying to install.

1. Open a terminal. In Gnome the terminal is found in Applications>Accessories>Terminal.
2. Navigate to the directory of the .run file. For this example, I have mine on the desktop so I would type in "cd ~/Desktop" and press enter.
3. Type "chmod +x example.run" (press enter).
4. Now type "./example.run", press enter, and the installer will run.

dafinga
April 1st, 2007, 10:23 PM
thank you soooo much!

:guitar:

SniperKIng
April 2nd, 2007, 06:43 PM
yh thanks alot m8

steelxenon
April 3rd, 2007, 04:53 AM
An even more simplistic and user-friendly way of doing it; you can right click on the file, choose properties, go to the "Permissions" tab, check the "Allow executing file as program" check box. Close the properties, then double click the file, or right click and choose "Open" :shock:

zGhost
April 4th, 2007, 09:14 PM
Wow thanks, is there a whole guide for this simple stuff somewhere? Ubuntu for dummies

Geekboy
April 6th, 2007, 09:49 PM
Thanks a lot for this! I downloaded the Linux installer for the Battlestar Galactica (Beyond the Red Line) game. The commands worked perfectly.

BTW, the game is at http://www.game-warden.com/bsg/.

Belathor
April 8th, 2007, 04:24 AM
/home/kyle/.setup26845: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory


I'm getting the above error when I try to run this with the BtRL Demo. :(

EDIT: Installing ligtk1.2 through synaptic solved the problem.

r00tintheb0x
April 8th, 2007, 04:27 AM
i believe "sudo aptitude install libgtk2.0-0" will do it.

r00tintheb0x
April 8th, 2007, 04:28 AM
You may want to check this out also, http://ubuntuforums.org/showthread.php?p=2403487#post2403487

Slipmyknot101
April 9th, 2007, 06:17 PM
Thank you. This guide was very informative. .run installed like a charm for me.

Linuturk
April 9th, 2007, 09:17 PM
I was so lost with this .run file

I didn't realize I had to make it executable first. Silly me