在ubuntu更新时,出现错误E: Some index files failed to download, they have been ignored, or old ones used inst

原文:https://blog.csdn.net/tian_ciomp/article/details/51339635

在ubuntu更新时,出现错误E: Some index files failed to download, they have been ignored, or old ones used inst

http://www.ilovn.com/topic/ubuntu-update-error-esome-index-files-failed-to-download-they-have-been-ignored-or-old-ones-used-inst/
在ubuntu更新时

执行命令

sudo apt-get update

出现错误E: Some index files failed to download, they have been ignored, or old ones used instead
可以将目录下/var/lib/apt/lists/partial/所有的文件清掉

$ sudo rm /var/lib/apt/lists/* -vf

再次运行apt-get update

原文地址:https://www.cnblogs.com/chenmz1995/p/11885053.html