首页 > 系统服务 > 详细

Ubuntu apt-get update失败

时间:2015-10-08 23:21:21      阅读:463      评论:0      收藏:0      [点我收藏+]

当运行apt-get update后出现如下错误时:
E: Some index files failed to download, they have been ignored, or old ones used instead.


解决方案:

1. sudo nano /etc/resolv.conf

2. 在其中加入:

    nameserver=8.8.8.8

3. 重启网络:sudo /etc/init.d/networking restart

重新执行 apt-get update成功!!

有可能还需要执行:

sudo rm -r /var/lib/apt/lists/

Ubuntu apt-get update失败

原文:http://my.oschina.net/RagingTyphoon/blog/514457

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!