Results 1 to 10 of 29
How do I install this .run file? I'm also new to this linux. the file: armyops221-linux.run
Thanks,
Chris...
- 12-22-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
downloaded americas army for linux foe mandrake linux 10.1
How do I install this .run file? I'm also new to this linux. the file: armyops221-linux.run
Thanks,
Chris
- 12-22-2004 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Open a terminal.
su to become root
cd to the directory where the file is.
sh filename.sh
All done.
- 01-17-2005 #3Just Joined!
- Join Date
- Jan 2005
- Posts
- 14
OK ....now your just speaking greek......
could you explain a little of that for the Noob to linux programing??
I understand the part about directory file....but what do you mean by "su to become root" if i type that into the terminal it doesnt recognize it.......
Thanks for being patient....
- 01-17-2005 #4Just Joined!
- Join Date
- Nov 2004
- Posts
- 10
Run this in a terminal:
Originally Posted by Chris H
1. type su
It will ask for your root password.
2. cd to the directory that has the file filename.sh.
3. then type, sh filename.sh
Voila thats it. Just follow the prompts from there on. The "su" command is just to give you superuser priveleges.
- 01-17-2005 #5Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Not to be "that guy" or anything, but... su is not exclusive to super user, which is a common mis-conception. It's actually for switching users but without a user name as an arguement, it switched to Root.The "su" command is just to give you superuser priveleges
Allows me to login as jeremy, however,Code:su jeremy
Allows me to login as root.Code:su
su and su root are the same thing.
Sorry to be a stickler,
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 01-18-2005 #6Just Joined!
- Join Date
- Jan 2005
- Posts
- 14
ok ....i got this far..
[john@localhost john]$ su john
Password:
[john@localhost john]$ cd home/john/Programs/Americas Army/armyops221-linux.run
bash: cd: home/john/Programs/Americas: No such file or directory
[john@localhost john]$
I got this error.....so what did i do wrong?
- 01-18-2005 #7Just Joined!
- Join Date
- Jan 2005
- Posts
- 14
Hi
I figured out what i was doing wrong....I used a file named Americas Army with a space inbetween it......once i closed the gap in the name the run file ran smoothly.....
It then deployed itself in another file called armyops...ok , i can live with that....i made a desk top icon (or linked the one provided to the army ops sh....i will follow the instructions and let you know how I made out.....thanks in advance
- 01-18-2005 #8Just Joined!
- Join Date
- Jan 2005
- Posts
- 14
ok final up date for this evening
i did the following
[john@localhost john]$ su john
Password:
[john@localhost john]$ cd /home/john/armyops
[john@localhost armyops]$ sh armyops
the program started up and proptly quit due to an undisclosed error.....for example the AA symbol came up on start up and the time symbol showed up below on the lowwer taks bar area......after about 5-10 sec the AA symbol disappeared and so did the timer.....the consol froze with no indication of john@localhost armyops
I then tried this process again to put .sh after the armyops file but it said it was unrecognised .....
Am I doing something wrong ....what should i try next?.....
- 01-18-2005 #9Just Joined!
- Join Date
- Jan 2005
- Posts
- 14
One more thing
Couldn't set video mode: Couldn't find matching GLX visual
History:
Exiting due to error
[john@localhost armyops]$
this just came up......what does this mean.....does it mean that i am missing a movie player or something??
- 01-18-2005 #10Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
DoorGunner, from your previous posts you've installed AA as user, not as root. I have a feeling that the installer expects root to be running it.
Anyways, the GLX problem looks like a 3D acceleration thing. Type glxinfo in a terminal and post back any info on the status of GLX.
Also what is your video card? ATI?


Reply With Quote
