Solution to installation of software with APT-get in earlier Linux versions

Source: Internet
Author: User

We recently used Ubuntu 11.04 to compile a tool that requires the Subversion tool. However, when running sudo apt-Get install subversion, the following error occurs,

E: Unable to fetch some archives, maybe run apt-Get update or try with -- fix-missing?

Google is widely used.The source of old-release does not indicate how to use it. The solution is found here.

For more information, see the Ubuntu old version update source.

Address:Http://forum.ubuntu.org.cn/viewtopic.php? T = 266623

The specific method is:

1. Enter

 Sudo gedit/etc/APT/source. List(Enter the logon password when prompted)

Add the original source. ListHTTPReplace the address Http://old-releases.ubuntu.com/ubuntu

RememberThe DEB/Deb-Src at the beginning of the source address and the natty main restricted (multiverse) at the end are retained, but the HTTP link is simply replaced. Do not change the rest.

2. Click Save and enter

Sudo apt-Get Update (Update the software source and enter sudo apt-Get upgrade.Make sure the source update takes effect .)

Then you can install the software package through apt-Get install.


The problem with other old versions can be modified according to this method. The difference is that Ubuntu of other versions has different codes (code name), that is, "Natty!

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.