Linux Lite Forums

Full Version: What version am I using?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is  there a way to query the command line to see if the Installed LL3.2, software  is 64 or 32 bit? Thank you all , having brain problems
sorry
(05-10-2017, 05:33 AM)darrell derrick link Wrote: [ -> ]Is  there a way to query the command line to see if the Installed LL3.2, software  is 64 or 32 bit? Thank you all , having brain problems
sorry

Code:
lsb_release -dica; uname -i
Another option:


Code:
inxi -S


Info returned under "Kernel" will show whether the OS is 32-bit or 64-bit.
Thank you Both,
I miss my brain