PDA

View Full Version : [ubuntu] [SOLVED] How to install with .run installer



davidself1001
December 30th, 2008, 05:46 PM
Downloaded a game (Tremulous) and don't know how to install. The installer that I downloaded ends with .run. What do I use to execute that installer?

taurus
December 30th, 2008, 05:52 PM
Open a terminal, Applications -> Accessories -> Terminal, and make sure you are in the same directory where that file it. Then, run


chmod +x filename.run
./filename.run

davidself1001
December 30th, 2008, 06:04 PM
Thanks!