-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libs for 64bit Linux #2409
Comments
It looks like MultiArch replaced ia32-libs in Ubuntu 12.04(?) which is why apt-get isn't able to find a package to install. Installing the replacement packages worked for me:
I'll update the docs to reflect this change. Thanks! |
Closed with this commit to the docs. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
I've just tried to install 32bit libs on my ubuntu 14.04 64bit while following installation guide here:
http://ionicframework.com/docs/guide/installation.html
and got this error:
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
The text was updated successfully, but these errors were encountered: