Skip to content
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

Closed
djindjic opened this issue Oct 17, 2014 · 3 comments
Closed

Libs for 64bit Linux #2409

djindjic opened this issue Oct 17, 2014 · 3 comments

Comments

@djindjic
Copy link

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

@drewrygh
Copy link
Contributor

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:

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0

I'll update the docs to reflect this change. Thanks!

drewrygh added a commit to ionic-team/ionic-site that referenced this issue Oct 21, 2014
@drewrygh
Copy link
Contributor

Closed with this commit to the docs.

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants