Results 1 to 5 of 5

Thread: how to know which of two (32bit 0r 64 bit) I m using

  1. #1
    Join Date
    Jan 2010
    Beans
    7

    how to know which of two (32bit 0r 64 bit) I m using

    I am not Computer literate. I have installed Ubuntu on my home PC as it will avoid any virus.

    Please tell me how to know which of two (32bit 0r 64 bit) I m using.

    ( I have tried to find answer in this forum and else where but could not find)

    Thnx in advance

  2. #2
    Join Date
    Mar 2009
    Location
    New Mexico, USA
    Beans
    138
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: how to know which of two (32bit 0r 64 bit) I m using

    open a terminal and type:

    Code:
    uname -a
    if you see x86_64 you're using 64bit

    if it's i686 then you're 32bit.

    oh, and the giant text and different colors are really annoying, you're more likely to get better help if you just use the default text.
    My preferred backup method (Thanks to Heliode)

  3. #3
    Join Date
    Jan 2010
    Beans
    7

    Re: how to know which of two (32bit 0r 64 bit) I m using

    Quote Originally Posted by cenzorrll View Post
    open a terminal and type:

    Code:
    uname -a
    if you see x86_64 you're using 64bit

    if it's i686 then you're 32bit.

    oh, and the giant text and different colors are really annoying, you're more likely to get better help if you just use the default text.
    thnx. this is what i did

    sushil@sushil-desktop:~$ uname -a
    Linux sushil-desktop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux

    it looks i am on 32 bit.
    right?

  4. #4
    Join Date
    Jan 2010
    Beans
    7

    Re: how to know which of two (32bit 0r 64 bit) I m using

    please tell how to use 64 bit in ubuntu.

  5. #5
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: how to know which of two (32bit 0r 64 bit) I m using

    Go to http://www.ubuntu.com/getubuntu/download , click 'Alternative download options...' 64-bit version.

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
  •