Do you have a 64 bit computer - find out..
Posted: 19 Jul 2013, 16:41
Often we are confronted with the option of downloading 32 or 64 bit versions of Linux. 32 bit will work on both but in time 64 bit computers will totally replace 32 bit.
So how can you check that you have the hardware to run 64 bit software?
Well mostly you check it before you buy it - but there is another way:
Type
in a terminal and see if you can find lm flag somewhere in the output. If it is there; you can run 64 bit software.
So if you are already running Linux you can now check if your kernel can run 64 bit software with:
If the output is 64 then you are ready to install 64 bit software if it is 32 - it is not.
So how can you check that you have the hardware to run 64 bit software?
Well mostly you check it before you buy it - but there is another way:
Type
Code: Select all
grep flags /proc/cpuinfoin a terminal and see if you can find lm flag somewhere in the output. If it is there; you can run 64 bit software.

So if you are already running Linux you can now check if your kernel can run 64 bit software with:
Code: Select all
getconf LONG_BITIf the output is 64 then you are ready to install 64 bit software if it is 32 - it is not.