Skip to main content

How to install i386 libraries on amd64 system



It's great that Debian has support for multiarchitectures. Suppose some application works only on 32-two bit systems, and a 64-bit one is installed on the server. Simply install the necessary libraries for the i386 architecture and continue to work with the application.

This is done like this:


  # dpkg - addd-architecture i386 
 # aptitude update
 # aptitude install libc6: i386 

And further, if you need a package of another architecture, then you need to specify the required architecture during installation: aptitude install nginx: i386 .




How do you rate the article?
Звёзд: 1Звёзд: 2Звёзд: 3Звёзд: 4Звёзд: 5 ( 1 rating, average: 5.00 out of 5)
Loading...

Add a comment

Your email will not be published.