Ubuntu 16.10 更新问题(某些存储库 yakkety 版本没有 Release )

Man*_*dor 10 upgrade updates apt

有类似的消息(“Ubuntu 存储库没有发布文件”......但没有一个对我有用)。

我尝试更新系统 (apt-get update),但出现了一些错误。

具体(主要错误):[CODE] E:存储库“ http://archive.ubuntu.com/ubuntu yakkety Release”没有发布文件。,W:无法安全地从这样的存储库更新,因此默认情况下是禁用的。,W:有关存储库创建和用户配置详细信息,请参见 apt-secure(8) 联机帮助页。,E:存储库“ http://archive.ubuntu.com/ubuntu yakkety-updates Release”不有一个发布文件。,W:从这样的存储库更新不能安全地完成,因此默认情况下被禁用。,W:有关存储库创建和用户配置的详细信息,请参见 apt-secure(8) 联机帮助页。,E:存储库“ http://archive.ubuntu.com/ubuntu yakkety-security Release”没有发布文件。[/代码]

我的 Ubuntu 版本:描述:Ubuntu 16.10 代号:yakkety

我尝试了很多在不同线程和不同来源中找到的解决方案,例如:sudo apt-get autoclean sudo apt-get clean sudo apt-get update

我从“软件和更新”的“其他软件”中禁用了所有 PPA(以防万一)。

而且,我评论了一对 source.list 文件(只是为了尝试):

deb http://archive.ubuntu.com/ubuntu yakkety-backports 主宇宙受限多元宇宙 deb http://archive.canonical.com/ubuntu yakkety partner

...但主要错误仍然存​​在(请参阅顶部的“主要错误”)...

当我尝试:sudo apt-get update

我懂了 :

...
Ign:79 http://archive.ubuntu.com/ubuntu yakkety-security/universe amd64     Packages
Ign:80 http://archive.ubuntu.com/ubuntu yakkety-security/universe i386 Packages
Ign:81 http://archive.ubuntu.com/ubuntu yakkety-security/universe all     Packages
Reading package lists... Done
W: The repository 'http://archive.ubuntu.com/ubuntu yakkety 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://archive.ubuntu.com/ubuntu yakkety-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://archive.ubuntu.com/ubuntu yakkety-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.
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/yakkety/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.149 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/yakkety-updates/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.149 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/yakkety-security/main/binary-amd64/Packages  404  Not Found [IP: 91.189.88.149 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Run Code Online (Sandbox Code Playgroud)

有任何想法吗?提前致谢!

Sor*_*n A 23

Ubuntu 16.10 自 2017 年 7 月 20 日起停产。

更改http://archivehttp://old-releases/etc/apt/sources.list文件,并运行

sudo apt update && sudo apt upgrade
Run Code Online (Sandbox Code Playgroud)

再次。

然后更新到支持的版本。