如何将 ubuntu 21.04 升级到 ubuntu 21.10-凯发k8娱乐官方网址

是一个非 lts 版本,这意味着它将只支持 9 个月,直到 2022 年 7 月。如果您更喜欢稳定性而不是前沿,那么坚持使用 ubuntu 20.04。但是如果你想体验最新最好的软件,你可以按照这个教程进行升级。凯发k8娱乐官方网址

将 升级到 ubuntu 21.10

步骤 1. 首先,通过apt在终端中运行以下命令确保所有系统包都是最新的。

sudo apt update
sudo apt upgrade

步骤 2. 升级到 ubuntu 21.10 (impish indri)。

要升级到 ubuntu 21.10,请运行以下命令升级现有软件:

sudo apt update
sudo apt dist-upgrade

接下来,请确保您有和安装包:update-manager-coreubuntu-release-upgrader-core

sudo apt install update-manager-core ubuntu-release-upgrader-core

之后,使用 nano 文本编辑器编辑配置文件:

sudo nano /etc/update-manager/release-upgrades

在此文件的底部,将 prompt 的值从 更改ltsnormal

# 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

保存并关闭文件,然后执行以下命令:

do-release-upgrade -d

步骤 3. 验证系统信息。

安装过程完成后,我们重新启动,我们将使用 ubuntu 21.04 或使用以下命令检查您的 ubuntu 版本:

lsb_release -a

输出:

distributor id:	ubuntu
description:	ubuntu 21.10
release:	21.10
codename:	impish

感谢您使用本教程将 ubuntu 20.10 (groovy gorilla) 升级到 ubuntu 21.04 (hirsute hippo) 系统。如需其他帮助或有用信息,我们建议您查看

原创文章,作者:校长,如若转载,请注明出处:https://www.yundongfang.com/yun224046.html

(0)
打赏 微信扫一扫不于多少! 微信扫一扫不于多少! 支付宝扫一扫礼轻情意重 支付宝扫一扫礼轻情意重
上一篇 2021年10月28日 下午8:10
下一篇 2021年10月28日

相关推荐

  • 如果您是 ubuntu 用户,或者正在考虑尝试一下的人,那么今天是个好日子。canonical 已经正式发布了 ubuntu 21.10,带有定制的 gnome 40 桌面和许多其…

    2021年10月16日
  • ubuntu 的下一个版本 21.10 “impish indri”已经发布,因为它不是 lts 版本,所以有九个月的支持。 这个版本的 ubuntu 带有一些新功能和一些出色的性…

    2021年10月16日
  • canonical 发布带有内核 5.13 和 gnome 40 的 ubuntu 21.10

    canonical宣布发布 ubuntu 21.10 impish indri,其中有很多重大变化,即 linux 5.13 内核和 gnome 40。此更新还修复了一个非常烦人的…

    2021年10月14日 最新资讯
  •   ubuntu 21.10“impish indri” 现已作为测试版提供,完整版本将于 2021 年 10 月 14 日发布。它具有gnome 40、新内核和更新的应用程序。但…

    2021年10月10日 谷歌google
  • 点击进入:chatgpt工具插件导航大全 距离windows 11和ubuntu 21.10 分别于 10 月 5 日和 10 月 14 日发布仅剩几天时间,phoronix 决定…

    2021年10月2日
  • canonical发布了ubuntu 21.04,这是该组织linux发行版的新版本。该版本发布于beta版本发布三周之后,并且已经可以从ubuntu官方网站下载为台式机,服务器和…

    2021年4月23日
  • canonical宣布了ubuntu 21.04的可用性,其中包括本机microsoftactive directory集成,flutter应用程序开发sdk和wayland在默认…

    2021年4月23日
  • canonical宣布推出适用于台式机,服务器和云的ubuntu 21.04 hirsute hippo beta。还有其他ubuntu版本的可下载beta图像,包括kubuntu…

    2021年4月2日
网站地图