1

Can ubuntu 64 bit run ubuntu 32 application?

Now all our pcs and laptop are i7, 16GB memory.

Luis Alvarado
  • 216,643
王子1986
  • 2,452
  • 6
  • 27
  • 30

2 Answers2

3

Yes it can. The only thing you will start seeing is that any 32 Bit app will end with ":386". Here is an image to give you an idea:

enter image description here

As you can see, you ca try to install skype using the 32 bit version skype:i386). Same goes for pidgin and any other app that has a 32 bit version in a 64 bit system. Most apps do. If the 64 bit version is not available, they will most likely fallback to the 32 bit one.

Luis Alvarado
  • 216,643
1

Yes, assuming the requisite 32-bit dependencies of the application are installed. There are some applications which are 32-bit only, but installable and usable on 64-bit Ubuntu, from the partner repository.

You can't mix architectures within the same process though, so a 32-bit program can't load 64-bit shared libraries, or vice versa.

dobey
  • 41,650