从过时的发行版升级

从过时的发行版升级

我有一台装有 Lubuntu Groovy 20.10 的 PC。现在我想重新激活这台 PC。发行版的生命周期已过期。任何更新软件的尝试都失败了。它不是 LTS 版本,所以就这样了。我退出了。

获取当前版本的唯一方法是备份个人目录中的所有文件、获取已安装软件的列表并执行完整的新安装吗?

我如何更新到最新版本,最好是 LTS 版本?

编辑 我得到了阅读的提示这个问题。看起来给出了一个很好的答案。但是命令

sudo apt-get update && sudo apt-get dist-upgrade

失败并出现错误:

$ sudo apt-get update && sudo apt-get dist-upgrade
OK:1 http://packages.microsoft.com/repos/code stable InRelease
OK:2 http://old-releases.ubuntu.com/ubuntu groovy InRelease                                                        
OK:3 http://old-releases.ubuntu.com/ubuntu groovy-updates InRelease                                                
OK:4 https://packages.microsoft.com/repos/vscode stable InRelease                
Ign:5 http://old-releases.ubuntu.com/ubuntu groovy-old-releases InRelease 
OK:6 http://old-releases.ubuntu.com/ubuntu groovy-backports InRelease
Fehl:7 http://old-releases.ubuntu.com/ubuntu groovy-old-releases Release
  404  Not Found [IP: 185.125.190.40 80]
Paketlisten werden gelesen… Fertig
E: Das Depot »http://old-releases.ubuntu.com/ubuntu groovy-old-releases Release« enthält keine Release-Datei.
N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).

大致翻译为

Reading packet lists ... done
E: The repository »http://old-releases.ubuntu.com/ubuntu groovy-old-releases Release« doesn't contain any Release-File.
N: An update from such a repository can't be performed in a secure way, it's therefore deactivated.
N: You find further details about creation of a packet repository and the user configuration in the manual page of apt-secure(8)

错误信息来自sudo apt-get update。我是否遗漏了什么?

相关内容