答案1
您的描述表明您中止了版本升级。幸运的是,您是在通常很容易恢复的地方这样做的。
- 将来,使用‘Q’[退出]退出信息屏幕并返回到发布升级。
您无法恢复发布升级,但您可以完成脚本应执行的最后步骤:
sudo apt autoremove // This will remove those obsolete packages
sudo apt autoclean // This will trim your package cache
sudo snap refresh // This will update any snaps that need it
- 由于您以 root 身份运行,因此省略 sudo。