Ubuntu apt-get update Failed "Go"

Source: Internet
Author: User
Tags nameserver

This article was reproduced from: Http://www.jianshu.com/p/0de2b5717ce8

1 $ sudo  apt-get update报了一堆错误:Err http://cn.archive.ubuntu.com trusty InReleaseErr http://cn.archive.ubuntu.com trusty-updates InReleaseErr http://cn.archive.ubuntu.com trusty-backports InReleaseErr http://cn.archive.ubuntu.com trusty Release.gpg W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/trusty/InRelease

Solution: Modify DNS

sudo vi  /etc/resolvconf/resolv.conf.d/base

Insert Inside:

nameserver 8.8.8.8nameserver 8.8.4.4

Modify to save!wq,
And then execute

$ sudo resolvconf -u

Look at/etc/resolv.conf, the bottom is more than 2 lines:

cat /etc/resolv.conf

Show

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by   resolvconf(8)# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTENnameserver 8.8.8.8nameserver 8.8.4.4

Execution at this time

$ sudo  apt-get update

Can be run, then you can use the sudo apt-get install * * command.

Ubuntu apt-get update failed "Go"

Related Article

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.