最后在线: 活跃于 10个月, 3周前 分享评论: 7获赞: 0文章: 0粉丝: 68关注: 68好友: 2User Rating: 5 (1 vote) 动态文章 21好友 2关注中粉丝个人资料 更多动态文章 21好友 2关注中粉丝个人资料 更多 TomyTang 在版块 Linux平台 中发起了话题 Ubuntu apt update时出现错误”Failed to fetch”的解决方法 1年, 9个月前ubuntu 执行apt update && apt upgrade时出现错误 “Failed to fetch”解决办法设置DNS服务器即可.$ sudo vim /etc/resolv.conf 修改DNS: nameserver 8.8.8.8nameserver 8.8.4.4然后重启网络服务:# sudo /etc/init.d/networking restart再次执行sudo apt-get update命令,结果一切正常。