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?