系统相关
首页 > 系统相关> > linux 解决Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

linux 解决Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

作者:互联网

第一种:

sudo vim /etc/resolv.conf 

添加nameserver 8.8.8.8

第二种:

/etc/apt/sources.list 的内容换成

deb http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted multiverse

deb-src http://old-releases.ubuntu.com/ubuntu/ raring main universe restricted multiverse

deb http://old-releases.ubuntu.com/ubuntu/ raring-security main universe restricted multiverse

deb-src http://old-releases.ubuntu.com/ubuntu/ raring-security main universe restricted multiverse

deb http://old-releases.ubuntu.com/ubuntu/ raring-updates main universe restricted multiverse

deb-src http://old-releases.ubuntu.com/ubuntu/ raring-updates main universe restricted multiverse

deb http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse

deb-src http://old-releases.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse

deb http://old-releases.ubuntu.com/ubuntu/ raring-proposed main restricted universe multiverse

deb-src http://old-releases.ubuntu.com/ubuntu/ raring-proposed main restricted universe multiverse

 

然后sudo apt-get update一下就行啦。。。。

标签:old,get,maybe,http,ubuntu,run,main,multiverse,raring
来源: https://www.cnblogs.com/chengfengchi/p/10381875.html