Results 1 to 4 of 4

Thread: Forgot whether 32bit or 64bit is installed ...

  1. #1
    Join Date
    Mar 2006
    Location
    Eastern United States
    Beans
    396

    Forgot whether 32bit or 64bit is installed ...

    I installed Ubuntu 11.04 on a flash drive for testing and use on a netbook. I'm embarrassed to say that I forgot whether the version I installed is 32bit or 64bit. Is there a simple way to determine this? I've tried both

    Code:
    cat /etc/lsb-release
    for the Ubuntu version and
    Code:
    uname -r
    for the running kernal, but neither command tells me whether I'm running 32bit or 64bit.
    "Klaatu barada nikto"
    On the keyboard of life, always keep one finger on the escape button.
    Registered Linux User 424417

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Forgot whether 32bit or 64bit is installed ...

    Try

    Code:
    uname -a
    If you see x86_64 in the output, you have a 64 bit installation eg,

    Code:
    Linux natty-desktop 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

  3. #3
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Forgot whether 32bit or 64bit is installed ...

    Quote Originally Posted by howefield View Post
    Try

    Code:
    uname -a
    If you see x86_64 in the output, you have a 64 bit installation eg,

    Code:
    Linux natty-desktop 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
    +1 also see:

    Code:
    uname -m
    as it iis a little clearer as it is more specific
    Last edited by haqking; September 14th, 2011 at 12:28 PM.
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  4. #4
    Join Date
    Mar 2006
    Location
    Eastern United States
    Beans
    396

    Re: Forgot whether 32bit or 64bit is installed ...

    Thanks, howefield and haqking! Just what I needed.
    "Klaatu barada nikto"
    On the keyboard of life, always keep one finger on the escape button.
    Registered Linux User 424417

Bookmarks

Posting Permissions

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