I want to install Adobe Air 64-bit
on Ubuntu 14.04 , but I need install ia32-libs
dependency, I tried to install ia32-libs
, but I got an error message:
khan@raselkhan:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs 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
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
E: Package 'ia32-libs' has no installation candidate
Could anyone tell me how to fix this?
1st Option:
Doesn't one of the listed packages complete the dependency? You can try installing one of the listed ones and then try again.
2nd option (only if the first one fails):
If you'd like to install the exact package, try the following in a bash terminal:
Source: https://stackoverflow.com/questions/23182765/how-to-install-ia32-libs-in-ubuntu-14-04-lts-trusty-tahr