升级 Ubuntu 15.10

升级 Ubuntu 15.10

我想使用 Ubuntu 16.04 的 USB 启动盘将 Ubuntu 15.10 升级到 16.04,但在“安装类型”步骤中,我无法选择“将 Ubunutu 15.10 升级到 Ubuntu 16.4”。这是怎么回事?

答案1

不要使用该方法升级。相反,启动正常系统并运行:

sudo apt-get -f install
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get -f install
reboot
sudo do-release-upgrade

您可能需要在服务器上运行sudo apt-get install update-manager-core

相关内容