How to Find Out if Ubuntu Is 32 Bit or 64 Bit Mar 6th, 2010 linux, quickie To find out if Ubuntu is 32 bit or 64 bit, run uname : 1 uname -m x86_64 = 64 bit i686 = 32 bit