码迷,mamicode.com
首页 > 其他好文 > 详细

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing

时间:2021-04-19 15:46:10      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:apt   自动   定向   names   source   missing   hive   run   archive   

解决办法:
apt-get update
或者
apt-get clean
apt-get update

或者

apt-get update --fix-missing
问题解析
1 source本身的问题

根据提示,我们首先应当 apt-get update 一下source,如果在apt-get update后依然报这个error,那就说明这个source本省就有错误,尝试apt-get update --fix-missing后依旧报这个error,果断换source

2 网络的问题

网关错误拦截了数据包或者防火墙故意将其屏蔽在外(比方update 包含有google-chrome浏览器的source时候,ip 会自动重定向至6.6.6.6)

3、更换source
第一种:

sudo vim /etc/resolv.conf

添加nameserver 8.8.8.8

第二种:

/etc/apt/sources.list 的内容换成
sudo apt-get update

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing

标签:apt   自动   定向   names   source   missing   hive   run   archive   

原文地址:https://www.cnblogs.com/life-Meer/p/14669881.html

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