美文网首页
阿里云 ubuntu 16.04 镜像更新异常

阿里云 ubuntu 16.04 镜像更新异常

作者: 6593443e12c1 | 来源:发表于2017-09-25 02:21 被阅读613次

日常维护apt-get update得到

W: The repository 'http://mirrors.aliyuncs.com/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://mirrors.aliyuncs.com/ubuntu xenial-security Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://mirrors.aliyuncs.com/ubuntu xenial-updates Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://mirrors.aliyuncs.com/ubuntu xenial-proposed Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://mirrors.aliyuncs.com/ubuntu xenial-backports Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://mirrors.aliyuncs.com/ubuntu/dists/xenial/main/source/Sources  Connection failed [IP: 140.205.16.108 80]
E: Failed to fetch http://mirrors.aliyuncs.com/ubuntu/dists/xenial-security/main/source/Sources  Connection failed [IP: 140.205.16.108 80]
E: Failed to fetch http://mirrors.aliyuncs.com/ubuntu/dists/xenial-updates/main/source/Sources  Connection failed [IP: 140.205.16.108 80]
E: Failed to fetch http://mirrors.aliyuncs.com/ubuntu/dists/xenial-proposed/main/source/Sources  Connection failed [IP: 140.205.16.108 80]
E: Failed to fetch http://mirrors.aliyuncs.com/ubuntu/dists/xenial-backports/main/source/Sources  Connection failed [IP: 140.205.16.108 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

注释掉/etc/apt/sources.list 中的 deb-src 源重新apt-get update 搞定

相关文章

网友评论

      本文标题:阿里云 ubuntu 16.04 镜像更新异常

      本文链接:https://www.haomeiwen.com/subject/alqrextx.html