wiki:toolchain/distribution_type

Version 1 (modified by Sanahuja Guillaume, 8 years ago) ( diff )

--

Déterminer le type de sa distribution (64 ou 32 bits)

Pour vérifier, faire:

$ uname -a

Le résultat sera,

  • sur une distribution 64 bits (noter le terme x86_64)
    Linux toto 3.0.0-19-generic #33-Ubuntu SMP Thu Apr 19 19:05:14 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    
  • sur une distribution 32 bits (noter le terme i686)
    Linux toto 3.0.0-19-generic #33-Ubuntu SMP Thu Apr 19 19:05:57 UTC 2012 i686 i686 i386 GNU/Linux
    
Note: See TracWiki for help on using the wiki.