Results 1 to 5 of 5
i dont know what im doing wrong... so im browsing around trying to find ways to fix my SuSE 10.0 to run perfect... (like every linux user always raves about ...
- 11-17-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 9
im going to rip my hair out!
i dont know what im doing wrong... so im browsing around trying to find ways to fix my SuSE 10.0 to run perfect... (like every linux user always raves about
) and i come to see there are dependencies for packages? okay so i hear to use smart package manager... google it... now that site tells me to do
to see if im running 64 or 32 bit, i have a 64 bit processor but im clueless about which version im running.. then i get this!Code:$uname - m
AAHH! what am i doing wrong?! thanks for all the help it is GREATLY appreciated.Code:bash: -m: command not found
- 11-17-2006 #2
there shouldn't be any 'space' between '-' and 'm'.
uname -m
uname -a
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-17-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 9
that was just a typo
i tried
Code:$uname -m
- 11-17-2006 #4
okkk ...
type 'su -' first.
Code:su - uname -m
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-17-2006 #5Just Joined!
- Join Date
- Nov 2006
- Posts
- 9
thank you... so i guess i have to be root to use commands???
again.. thanks!


Reply With Quote