首页 > 代码库 > Ubuntu apt-get update 失败【转】
Ubuntu apt-get update 失败【转】
本文转载自: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
解决方案: 修改DNS
sudo vi /etc/resolvconf/resolv.conf.d/base
在里面插入:
nameserver 8.8.8.8nameserver 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 OVERWRITTENnameserver 8.8.8.8nameserver 8.8.4.4
此时执行
$ sudo apt-get update
可以运行,然后就可以使用sudo apt-get install **指令了。
Ubuntu apt-get update 失败【转】
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。