How to enable the 32-bit support function of 64-bit Ubuntu

Source: Internet
Author: User

Most people who use Ubuntu/Debian-based releases prefer 64-bit systems, right? This is because a 64-bit system can give full play to all the performance of your hardware. It enables you to use more complex software with more limited memory resources, and it is really quick to use, you don't have to wait for a long time for every small task. Currently, 32-bit has only one advantage, that is, there are not many compatibility issues. Every JAVA update is confusing because most users cannot obtain the required library files. In the past, many other software and drivers were not 64-bit.

Therefore, if you have a 64-bit architecture system, and you can use the previous support, including the driver, 64-bit version, and any software you need. This avoids all problems, right? Is there a method that allows you to use 32-bit software in a 64-bit system? You can simply read this article and follow it. If you have Ubuntu/Debian 13.10 or later, you need to install a base package called ia32-libs. Now, this package has been deprecated, so you must install it manually.

Recommended reading:

Download, install, and configure Ubuntu 14.04

Ubuntu 14.04 system:

Ubuntu 14.04 text tutorial on hard drive installation in Windows 7

The following command can be run on Ubuntu/Debian 13.10 or higher.

Step 1: confirm that you have a 64-bit Kernel

You can open the terminal and enter:

  1. Dpkg -- print-architecture

You will see the following content:

  1. Amd64

This indicates that you already have a 64-bit architecture kernel.

Step 2: confirm that you have enabled the multi-architecture Support feature

(Multi-architecture support allows you to use a 32-bit database with a 64-bit database .)

Input:

  1. Dpkg -- print-foreign-ubuntures

The output is:

  1. I386

If you do not have multiple architectures, you need to open them.

Step 2: Enable multi-architecture support.

Input:

  1. Sudo dpkg -- add-architecture i386
  2. Sudo apt-get update

Then download the update and run it.

Then you need to enter:

  1. Sudo apt-get dist-upgrade

It checks whether the library file you already have has an updated version.

If yes, it will ask if you need to update (y/n ).

In this way, you have successfully installed 32-bit support for your 64-bit system.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.