ubuntu14.04 (64-bit) run 32-bit program

Source: Internet
Author: User

ubuntu14.04 out for a while, today's whim of the 12.04 version to upgrade to the 14.04 version, after the tragedy of the upgrade, 32-bit program can not run up. All kinds of Baidu Google, find the most is

Sudo-i
cd/etc/apt/sources.list.d
echo "debhttp://archive.ubuntu.com/ubuntu/raring main restricted universe Multiverse ">ia32-libs-raring.list
apt-get update
apt-get installia32-libs
RM ia32-libs-raring.list
apt-get Update
exit

But I was prompted when I performed the update.

w:failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-security/universe/source/Sources 404 Not  Found [ IP:91.189.88.153 80]

Raring is the 13.04 version code, now not maintained, so replace the 12.04 code, the steps are as follows

Sudo-i
cd/etc/apt/sources.list.d
echo "debhttp://archive.ubuntu.com/ubuntu/precise main restricted Universe Multiverse ">ia32-libs-raring.list
apt-get update
apt-get installia32-libs
RM Ia32-libs-raring.list
apt-get Update
exit

After the above operation, everything is done, and finally can run normally.

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.