Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    Code:
    sh file.run

  3. #3
    Just 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?

  4. #4
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...