Linux Lite Forums
What version am I using? - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20)
+--- Thread: What version am I using? (/showthread.php?tid=4042)



What version am I using? - darrell derrick - 05-10-2017

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



Re: What version am I using? - ralphy - 05-10-2017

(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



Re: What version am I using? - gold_finger - 05-10-2017

Another option:


Code:
inxi -S


Info returned under "Kernel" will show whether the OS is 32-bit or 64-bit.


Re: What version am I using? - darrell derrick - 05-11-2017

Thank you Both,
I miss my brain