无法从 12.10 升级到 13.04

无法从 12.10 升级到 13.04

当我打开软件更新应用程序时,我没有看到有关新版本的任何通知。因此,我尝试通过运行以下操作手动升级

sudo apt-get update
sudo do-release-upgrade

我收到了这个错误:

Checking for a new Ubuntu release
Traceback (most recent call last):
File "/usr/bin/do-release-upgrade", line 145, in <module>
fetcher.run_options += ["--mode=%s" % options.mode,
AttributeError: type object 'DistUpgradeFetcherCore' has no attribute 'run_options'

如何升级到 13.04?

答案1

这是一个已知且已解决的错误,报告如下:

https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1076186

您现在可以通过运行以下命令进行升级:

sudo apt-get update
sudo apt-get upgrade

相关内容