I just received my Kubuntu 9.10 CD from Canonical. I installed it on my system, but I don't know if it's 32 or 64 bit. (See my system configuration below.) I found a C program online that says it can determine which version I'm running, and it said 32 bit. (Of course I don't know if that program works or not.)
What I'd like to know is:
1. What is the definitive method of confirming which bit verson of Kubuntu I'm running.
2. Are there 2 separate versions of Kubuntu (32 or 64)?
3. If there's only one version, how is it determined if it's run in 32 or 64?
I'll really appreciate any help.
Peter V.
I'm running a 17" MacBook Pro with a 2.5GHz Intel Core 2 Duo (64bit) processor.
The main operating system:
OS X 10.6.3 - Snow Leopard
Other OS's via Parallels 5.0:
Windows XP Pro SP3
Ubuntu 9.10
Kubuntu 9.10
4GB 667 MHz DDR2 SDRAM
1 Internal 250GB HD
1 Mac Super Drive optical drive
Code:
1 #include <stdlib.h> 2 #include <stdio.h> 3 4 int main(void) { 5 printf("%d\n", (int)sizeof(long)*8); 6 7 exit(0); 8 } Tue Apr 20 11:58:22 EDT 2010 ~ -> peterv@MBP17K<379>$: !365 ./bits 32
1. What is the definitive method of confirming which bit verson of Kubuntu I'm running.
2. Are there 2 separate versions of Kubuntu (32 or 64)?
3. If there's only one version, how is it determined if it's run in 32 or 64?
I'll really appreciate any help.
Peter V.
I'm running a 17" MacBook Pro with a 2.5GHz Intel Core 2 Duo (64bit) processor.
The main operating system:
OS X 10.6.3 - Snow Leopard
Other OS's via Parallels 5.0:
Windows XP Pro SP3
Ubuntu 9.10
Kubuntu 9.10
4GB 667 MHz DDR2 SDRAM
1 Internal 250GB HD
1 Mac Super Drive optical drive
Comment