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:
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.
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.
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:
As you can see, you ca try to install
skype
using the 32 bit versionskype: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.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.