此工具不支持从“zesty”升级到“bionic”。试过官方链接,没有成功

jen*_*hah 1 aptitude ubuntu upgrade

我尝试遵循https://help.ubuntu.com/community/EOLUpgrades/Feisty链接,但没有成功。我需要将我的系统从 17.04 升级到 17.10(EOL)。

运行以下命令时出现错误:

jenil@jenil-Inspiron-5423:~$ **sudo aptitude update && sudo aptitude upgrade**
Hit http://archive.ubuntu.com/ubuntu artful InRelease
Hit http://archive.ubuntu.com/ubuntu artful-updates InRelease
Hit http://archive.ubuntu.com/ubuntu artful-security InRelease
Ign http://archive.ubuntu.com/ubuntu zesty InRelease
Err http://archive.ubuntu.com/ubuntu zesty Release
  404  Not Found [IP: 2001:67c:1560:8001::11 80]
98% [Working]               
Current status: 0 (-1281) upgradable.
**E: The repository 'http://archive.ubuntu.com/ubuntu zesty Release' does not have a Release file.**
Run Code Online (Sandbox Code Playgroud)

Fab*_*bby 5

是的,这是设计使然:

由于您安装的开发版本 (17.04) 只有 9 个月的生命周期,并且在20181 月终止了生命周期 (EOL) ,因此无法将其升级到 17.10,因为它在2018 年 7 月回到了 EOL 。

因此,当您遇到没有升级路径的版本时(因为您无法跳过版本),您唯一可以做的就是:

  • 备份 /home
  • 安装新版本
  • 重新安装所有应用程序
  • 恢复 /home

对于未来,你应该:

  1. 安装 LTS(长期支持)版本,因为它们的生命周期为 8 年(有延长的安全维护)或没有 5 年。当前的 LTS 版本是 2018 年 7 月 26 日发布的 Ubuntu 18.04.1 LTS Bionic Beaver,2023 年 4 月停产。

或者

  1. 仔细观察临时/开发版本的 EOL 并经常升级。