Results 1 to 3 of 3
The uname -m command says that my computer has got i686 archi..but when i use yum install , it takes i386 files from repositories...can anyone clarify whats going on behind?...
- 01-29-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
architecture confusion
The uname -m command says that my computer has got i686 archi..but when i use yum install , it takes i386 files from repositories...can anyone clarify whats going on behind?
- 01-29-2007 #2i686 is backwards compatible with i586, i486 and i386. Linux packages for regular X86 processors generally just use i386 as their default architecture because it's the lowest common denominator. Occasionally there are distributions compiled strictly for i686 and above, but most people don't bother. For more explanation on the naming schemes of processors, read this:
Originally Posted by jaipraveen
http://www.linuxforums.org/forum/per...a64-em64t.htmlRegistered Linux user #270181
TechieMoe's Tech Rants
- 01-29-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
Thanks Moe
I read through the article and got a clear picture...


Reply With Quote