Monday, January 26, 2009

how to know the architecture of linux

Fedora comes with a ton of software but there are still plenty of packages of interest to most users that are not included for a variety of reasons.

These instructions can vary depending on 32bit or 64bit architecture. If there is a difference it will be noted. If you don't know which architecture you're running you can run the following command:

$ uname -m
x86_64
...or...
i686

No comments:

Post a Comment