Results 1 to 4 of 4
Hey guys, im new to linux and not the best with this stuff but i downloaded a 800 meg game that is a .run for linux. My question is what ...
- 02-19-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
.run files?
Hey guys, im new to linux and not the best with this stuff but i downloaded a 800 meg game that is a .run for linux. My question is what do i do with it, how do i install it? thanks for any and all replys guys.
- 02-19-2007 #2Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
Code:sh file.run
- 02-20-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 2
thanks,
That did work but now i have a problem that when i try to open the file it will sit there and open the loading thing and then in 30 seconds just disipear, any ideas?
- 02-20-2007 #4Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
you may have to be root to install it.
in terminal:
Code:su - #Password:<type root password> cd /path_to_the_file/ sh file.run


Reply With Quote