hello all im new to K/X/Ubuntu family after my discust with microsoft i downloaded Enemy teritory and i cannot figuer out how to install it, i double click on it and nothing happens i get an error message this is the files whole name: et-linux-2.60.x86.run do i use the terminal to install it or what lol, i used the terminal to install google earth but at least that came with instructions.
Announcement
Collapse
No announcement yet.
Newbie trying to figuer out how to install game
Collapse
This topic is closed.
X
X
-
Re: Newbie trying to figuer out how to install game
Generally, when a file has a .run ending, it's an indicator that it's a shell script. That means running from a terminal in the same directory as the file with the line:
Code:sh ./et-linux-2.60.x86.run
If it complains about the file not being executable, you fix it with:
Code:chmod +x et-linux-2.60.x86.run
- Top
- Bottom
Comment