1

I have a 13" Macbook Pro 2010. Should I download the 32-bit version or the 64-bit version of Ubuntu?

Flyk
  • 1,480
Phillip
  • 123
  • 3

2 Answers2

1

The way you work this out is by looking up what sort of CPU you have and then looking up that CPU to see what it supports. In your case:

  1. The 2010 MBP uses a Intel Core 2 Duo P8600
  2. The P8600 has a 64-bit instruction set

64-bit should be fine. 32bit will also work.

Oli
  • 293,335
1

According to Google, your MacBook has 4GB of RAM memory. The rule of thumb to use is that you should install the 64-bit version of Ubuntu if you have more than 3GB of RAM and if your CPU supports a 64-bit OS. Intel Core 2 Duo CPUs support 64-bit OSs, so you should choose the 64-bit version of Ubuntu.

karel
  • 114,770
  • 2
    Ubuntu 32bit uses PAE, so the limit of total RAM is 64 GB (with most CPUs). I'd recommend 64bit because of the expected performance gain through command set extensions that are common for all 64bit CPUs, but might not be availabe on some 32bit models (and therefore cannot be used system wide on a 32bit OS). A drawback of the 64bit version is that programs usually use more RAM than with 32bit, due to the twice as large pointer data type. Also keep in mind that Ubuntu is a multilib OS, so the 64bit version can run nearly all 32bit programs just fine. – soulsource Jul 10 '13 at 09:21