Find the answer to your Linux question:
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?...
  1. #1
    Just 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?

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by jaipraveen
    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?
    i686 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:

    http://www.linuxforums.org/forum/per...a64-em64t.html
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Posts
    42

    Thanks Moe

    I read through the article and got a clear picture...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...