Find the answer to your Linux question:
Results 1 to 2 of 2
I have Ubuntu 10.04 LTS installed...how can I find out if I have 32bit or 64bit version? Also, can someone briefly explain why there is this importance about "do you ...
  1. #1
    Just Joined!
    Join Date
    Dec 2010
    Posts
    5

    32bit or 64bit?

    I have Ubuntu 10.04 LTS installed...how can I find out if I have 32bit or 64bit version?

    Also, can someone briefly explain why there is this importance about "do you have 32bit or 64bit"?! ie. what does it mean?!

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You should be able to run uname -a in a console or terminal to see what you are running:

    Code:
    uname -a
    For example, here's mine running Arch Linux:

    Code:
    $ uname -a
    Linux compuser 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 27 21:26:22 CEST 2011 x86_64 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
    The part about x86_64 shows that I'm running the 64-bit kernel.


    You can read up on the different architectures here:

    http://en.wikipedia.org/wiki/64-bit#32-bit_vs_64-bit

    Check other sections of the article for additional info.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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