I have several programs that reuquire 32 bit packages (pointing to the ia32-lib package). However, when I try to install it, this happens.
spirit@ubuntu:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch but it is not installable
E: Unable to correct problems, you have held broken packages.
No big whoop, packages die all the time. I tried a month later however and I still got this error, trying to install the specific package produces this error.
spirit@ubuntu:~$ sudo apt-get install ia32-libs-multiarch
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs-multiarch is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ia32-libs-multiarch' has no installation candidate
I am no Linux whizz-kid, but this seems to be that the package doesn't exist. I searched for Skype in the software centre (I was told this installs the 32-bit packages) and it does not appear in the software centre, and the downloadable from their website produces an error about - funnily enough - no 32-bit packages.
Anyone who helps me will get a medal from the gods with the weight of a thousand planets. Just don't wear it for god's sake.
Sounds like installing through WUBI did not correctly detect the available foreign architectures. As tumbleweed suggested printing the foreign architectures probably returns nothing. Add i386 as a foreign architecture, update the apt cache, then install the 32 bit libs.
Scotty's answer works great for 12.10, but if you are on 12.04, then
dpkg
does not support--add-architecture
. Just try:and then try installing ia32-libs as
But it is probably better to install the meta package ia32-libs-multiarch instead.
Install Synaptic from terminal window
Launch Synaptic and goto “settings > Repositories”
deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse
sudo apt-get update
sudo apt-get install ia32-libs
Have you tried to install them from the Ubuntu Software Center? It should locate us directly the package we're looking for. Search for "ia32", locate
ia32-libs-multiarch:i386
andia32-libs
and install them.If that doesn't solve the problem, try changing the server from Edit > Software Sources and run update from Update Manager or
sudo apt-get-update
before trying to install again.Package ia32-libs is not available, but is referred to by another package ! Installation Error
While installing kingsoft office I faced OS bit version problem ( a well known error but without proper answer)
The following packages have unmet dependencies: ia32-libs: Depends: ia32-libs-multiarch but it is not installed
. I tried ~50 solutions but none of them worked. After that I followed ubuntu terminal instruction and omg it has solved my problem.When I fired the command I got following message,
After that I tried to install all the above mentioned pkg one by one and after installing "lib32z1" my problem was solved :)
If you are having this problem, it's most likely you are on Precise 64-bit with Amazon EC2. They have fixed this for Ubuntu 12.10.