升级到 Ubuntu 21.10 Impish Indri - LinuxConfig.org
您想升级到 Ubuntu 21.10 吗?以下是您可以如何做到的!以下是您可以如何做到的!特别是,您将学习如何将 Ubuntu 21.04 升级到 21.10。
新的 Ubuntu 21.10 代号“Impish Indri”预计将于 2021 年 10 月 14 日发布。不过,无需等到那时。
在本如何将 Ubuntu 升级到 21.10 Impish Indri 教程中,您将学习如何:
全面更新和升级您当前的 Ubuntu 系统。
配置版本升级程序。
升级你的 Ubuntu 系统。
Ubuntu 21.10 新特性
除了新的 5.24 内核之外,以下是您可能期望的一些核心新功能:
侏儒版本 40.3
Yaru Light 作为默认主题
新设计的安装程序
Wayland 对 Nvidia 用户的显示支持
如何将 Ubuntu 升级到 21.10 Impish Indri 分步说明
首先,请确保您拥有完全升级和更新的 Ubuntu 21.04 Hirsute Hippo。
注意
请注意,您只能从 Ubuntu 21.04 版本执行 Ubuntu 升级到 21.10。因此,如果您希望从 Ubuntu 20.04 或 20.10 升级,您首先需要更新到最新的 Ubuntu 21.04 系统。准备就绪后,您可以继续执行 Ubuntu 21.10 升级过程。
首先,确保您当前的 Ubuntu 21.04 Linux 系统是最新的。执行以下命令:
$ sudo apt update $ sudo apt upgrade $ sudo apt dist-upgrade
删除所有不再需要的包:
$ sudo apt autoremove
配置发布升级程序。
打开并编辑/etc/update-manager/release-upgrades
文件,并确保Prompt
变量设置为normal
。# Default behavior for the release upgrader. [DEFAULT] # Default prompting behavior, valid options: # # never - Never check for a new release. # normal - Check to see if a new release is available. If more than one new # release is found, the release upgrader will attempt to upgrade to # the release that immediately succeeds the currently-running # release. # lts - Check to see if a new LTS release is available. The upgrader # will attempt to upgrade to the first LTS release available after # the currently-running one. Note that this option should not be # used if the currently-running release is not itself an LTS # release, since in that case the upgrader won't be able to # determine if a newer release is available. Prompt=normal
让我们首先执行以下命令:
$ sudo do-release-upgrade
在正式发布之前升级 UBUNTU?
如果您要在发布日期之前升级到 Ubuntu 21.10,则需要使用-d
开关。例如,以下是在 21.10 正式发布日期之前使用的升级命令: $sudo do-release-upgrade -d 。重新启动你的 Ubuntu 系统。当将 Ubuntu 升级到 21.10 完成后,重新启动系统。一旦系统启动,您将运行 Ubuntu 21.10 Impish Indri Linux 系统!
注意
默认壁纸需要手动更改(如果可用)。只需右键单击桌面并点击更改背景
按钮即可。