日常维护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
搞定
网友评论