码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu apt-get update 失败【转】

时间:2017-04-08 12:23:43      阅读:246      评论:0      收藏:0      [点我收藏+]

标签:ports   解决   插入   修改   .com   ble   failed   失败   his   

本文转载自:http://www.jianshu.com/p/0de2b5717ce8

1 $ sudo  apt-get update

报了一堆错误:

Err http://cn.archive.ubuntu.com trusty InRelease

Err http://cn.archive.ubuntu.com trusty-updates InRelease

Err http://cn.archive.ubuntu.com trusty-backports InRelease

Err http://cn.archive.ubuntu.com trusty Release.gpg     

W: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/trusty/InRelease

解决方案: 修改DNS

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

在里面插入:

nameserver 8.8.8.8
nameserver 8.8.4.4

修改好保存!wq,
然后执行

$ sudo resolvconf -u

再看 /etc/resolv.conf,最下面就多了2行:

$ cat /etc/resolv.conf

 显示

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by   resolvconf(8)

# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

nameserver 8.8.8.8

nameserver 8.8.4.4

此时执行

$ sudo  apt-get update

可以运行,然后就可以使用sudo apt-get install **指令了。

Ubuntu apt-get update 失败【转】

标签:ports   解决   插入   修改   .com   ble   failed   失败   his   

原文地址:http://www.cnblogs.com/zzb-Dream-90Time/p/6681383.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!