今天我尝试将我的 Ubuntu 版本从 17.04 升级到 18.04,如下所示本教程,但这不起作用:
$ sudo apt-get update
Ign.:1 http://pl.archive.ubuntu.com/ubuntu bonic InRelease
Ign.:2 http://pl.archive.ubuntu.com/ubuntu bonic-updates InRelease
Ign.:3 http://pl.archive.ubuntu.com/ubuntu bonic-backports InRelease
Ign.:4 http://pl.archive.ubuntu.com/ubuntu bonic Release
Ign.:5 http://security.ubuntu.com/ubuntu bonic-security InRelease
Ign.:6 http://pl.archive.ubuntu.com/ubuntu bonic-updates Release
...
我按照所有步骤操作,但sudo apt-get update
出现这些错误。我如何恢复这些更改以先更新到 Artful,然后再更新 Bionic?
答案1
首先撤消之前所做的一切,例如
您将 bionic 拼写为 bonic,因此:
撤消
sudo sed -i 's/<whatever>/bonic/g' /etc/apt/sources.list
通过运行
sudo sed -i 's/bonic/<whatever>/g' /etc/apt/sources.list
然后
sudo apt update
sudo apt upgrade
和
sudo apt dist-upgrade
打开软件与更新中的设置系统设置。
或者
按Alt+F2并输入
software-properties-gtk
选择更新标签
将其设置为对于长期支持版本如果您使用的是 17.10。
按Alt+F2并输入
update-manager -c
更新管理器应该打开并告诉您 Ubuntu 18.04 LTS 现已可用。