Hello Gecko,
How do I find out which version of Linux I am running. ie either 32 bit or 64 bit?
Nevica
I'm not a Linux user, but I'll try to help you.
You have a 64 bit compatible processor so a 64 bit version "should" have been installed...but maybe not as 32 bit has better compatibility w/ hardware & aps ATM.
Open a terminal and type: uname -a
if you see something like x86_64 GNU/Linux, it's _64. If it ends w/ something like i686 GNU/Linux, then it's _32
Sorry, I can't be a 100% on the easiest way to tell but this way should answer it.
Maybe Pam or another can jump-in here and clarify....