Can I install Ubuntu 64-bit onto my PC?
Here are my specs:
- 2 gb ram
- x64 processor
- 3.2 ghz
Can I install Ubuntu 64-bit onto my PC?
Here are my specs:
In theory you probably can, but it is not recommended to install 64bit Ubuntu (or other OS) on systems with significantly less than at least 4GB of RAM.
The reason is that a 64bit system stores all data in RAM as chunks of at least 64 bits wide, which is 8 bytes. This also applies if the data chunk would just need e.g. 1 or 8 bits to be saved.
On a 32bit system, all data in memory is split up into clusters of 32 bits width, which is 4 bytes. Therefore, as many applications mostly use data types with not more than 32 bits width, a 64bit system may need up to twice as much RAM as a 32bit system. Because of this, there is the 4GB rule of thumb.
The 64bit version may be slightly faster because of better processor usage, but it may also be slower because it runs oftener and more quickly out of RAM.
This thread provides more explanations about 32bit vs. 64bit.
Therefore my recommendation:
Install Ubuntu (version 14.04 LTS or 15.04) in 32bit architecture or upgrade your RAM.
In case you still get bad performance, maybe you should even consider choosing a more lightweight desktop environment like XFCE instead of Unity. Xubuntu comes with XFCE desktop by default.
Short and simple answer: Yes you can!
64-bit has a better CPU performance but 32-bit uses less RAM.
So it really depends what people do with their machines to decide which one is better.