zzupdate:单条命令升级 Ubuntu 18.04 LTS

简介:

Ubuntu 18.04 版本已经发布,并得到各个社区的一致好评,因为 Ubuntu 18.04 可能是 Ubuntu 多年来最令人兴奋的版本。

通常情况下,Ubuntu 及其衍生版可以使用命令从一个版本升级到最新版本或者其它版本,这也是官方推荐的升级方式。

Ubuntu 18.04 特性/亮点

这次更新包含大量改进和新功能,这里只列举的几个主要的。如果您想要更详细的更新信息,请访问 Ubuntu 18.04 官方 页面。

  • 使用 Linux 4.15 内核,提供了从上游继承的新功能
  • 它具有最新版本的 GNOME 3.28
  • 它提供了与 RHEL 相似的最简安装选项,该选项可安装只包含一个 web 浏览器和核心系统程序的基本桌面环境
  • 对于新安装,交换文件将取代默认的交换分区
  • 您可以启用 Livepatch 安装内核更新而无需重新启动
  • 笔记本电脑在使用电池供电时会在无操作 20 分钟后自动待机
  • 不再提供 32 位的 Ubuntu 桌面安装程序映像

注意:

  1. 不要忘记备份重要数据。如果升级出现问题,我们将重新安装并恢复数据。
  2. 安装所需时间取决于您的网络状况和安装的程序。
zzupdate 是什么?

我们可以只通过一条命令使用 zzupdate 工具中将 Ubuntu PC/Server 从一个版本升级到另一个版本。它是一个自由开源工具,使用它不需要任何脚本知识,因为它只需要配置文件即可运行。

工具中提供两个默认 shell 文件。setup.sh 自动安装、更新代码,将脚本转换为一个简单的 zzupdate shell 命令。zzupdate.sh 将执行版本间的升级。

如何安装 zzupdate?

要安装 zzupdate,只需执行以下命令:

 
  1. $ curl -s https://raw.githubusercontent.com/TurboLabIt/zzupdate/master/setup.sh | sudo sh
  2. .
  3. .
  4. Installing...
  5. -------------
  6. Cloning into 'zzupdate'...
  7. remote: Counting objects: 57, done.
  8. remote: Total 57 (delta 0), reused 0 (delta 0), pack-reused 57
  9. Unpacking objects: 100% (57/57), done.
  10. Checking connectivity... done.
  11. Already up-to-date.
  12. Setup completed!
  13. ----------------
  14. See https://github.com/TurboLabIt/zzupdate for the quickstart guide.

将 Ubuntu 系统从一个版本升级到另一个版本,您不需要输入很多命令,也不需要重新启动,只需要运行下面的 zzupdate 命令并坐下喝杯咖啡就可以了。

请注意,当您远程升级系统时,建议您使用以下的工具来帮助您在任何断开连接时重新连接会话。

建议阅读: 如何让一个进程/命令在 SSH 连接断开后继续运行

如何配置 zzupdate(可选)

默认情况下,zzupdate 可以开箱即用,不需要配置任何东西。当然,如果您想要自己配置一些内容也是可以的。复制提供的示例配置文件 zzupdate.default.confzzupdate.conf,并在 zzupdate.conf 中配置您的首选项。

 
  1. $ sudo cp /usr/local/turbolab.it/zzupdate/zzupdate.default.conf /etc/turbolab.it/zzupdate.conf

打开文件,默认配置如下。

 
  1. $ sudo nano /etc/turbolab.it/zzupdate.conf
  2. REBOOT=1
  3. REBOOT_TIMEOUT=15
  4. VERSION_UPGRADE=1
  5. VERSION_UPGRADE_SILENT=0
  6. COMPOSER_UPGRADE=1
  7. SWITCH_PROMPT_TO_NORMAL=0
  • REBOOT=1:系统在更新完成后自动重启
  • REBOOT_TIMEOUT=15:重启的默认超时值
  • VERSION_UPGRADE=1:执行从一个版本到另一个版本的版本升级
  • VERSION_UPGRADE_SILENT=0:禁用自动升级
  • COMPOSER_UPGRADE=1:自动升级
  • SWITCH_PROMPT_TO_NORMAL=0:如果值为 0,将寻找相同种类的版本升级。例如您正在运行 LTS 的版本,那么将寻找 LTS 的版本升级,而不是用于正常版本升级。如果值为 1,那么无论您是运行 LTS 还是正常版本,都会查找最新版本

我现在正在使用 Ubuntu 17.10 ,查看一下详细信息。

 
  1. $ cat /etc/*-release
  2. DISTRIB_ID=Ubuntu
  3. DISTRIB_RELEASE=17.10
  4. DISTRIB_CODENAME=artful
  5. DISTRIB_DESCRIPTION="Ubuntu 17.10"
  6. NAME="Ubuntu"
  7. VERSION="17.10 (Artful Aardvark)"
  8. ID=ubuntu
  9. ID_LIKE=debian
  10. PRETTY_NAME="Ubuntu 17.10"
  11. VERSION_ID="17.10"
  12. HOME_URL="https://www.ubuntu.com/"
  13. SUPPORT_URL="https://help.ubuntu.com/"
  14. BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
  15. PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
  16. VERSION_CODENAME=artful
  17. UBUNTU_CODENAME=artful

要升级 Ubuntu 到最新版本,只需要执行以下命令:

 
  1. $ sudo zzupdate
  2. O===========================================================O
  3. zzupdate - Wed May 2 17:31:16 IST 2018
  4. O===========================================================O
  5. Self-update and update of other zzScript
  6. ----------------------------------------
  7. .
  8. .
  9. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  10. Updating...
  11. ----------
  12. Already up-to-date.
  13. Setup completed!
  14. ----------------
  15. See https://github.com/TurboLabIt/zzupdate for the quickstart guide.
  16. Channel switching is disabled: using pre-existing setting
  17. ---------------------------------------------------------
  18. Cleanup local cache
  19. -------------------
  20. Update available packages informations
  21. --------------------------------------
  22. Hit:1 https://download.docker.com/linux/ubuntu artful InRelease
  23. Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease
  24. Hit:3 http://security.ubuntu.com/ubuntu artful-security InRelease
  25. Hit:4 http://in.archive.ubuntu.com/ubuntu artful InRelease
  26. Hit:5 http://dl.google.com/linux/chrome/deb stable Release
  27. Hit:6 http://in.archive.ubuntu.com/ubuntu artful-updates InRelease
  28. Hit:7 http://in.archive.ubuntu.com/ubuntu artful-backports InRelease
  29. Hit:9 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu artful InRelease
  30. Hit:10 http://ppa.launchpad.net/papirus/papirus/ubuntu artful InRelease
  31. Hit:11 http://ppa.launchpad.net/twodopeshaggy/jarun/ubuntu artful InRelease
  32. .
  33. .
  34. UPGRADE PACKAGES
  35. ----------------
  36. Reading package lists...
  37. Building dependency tree...
  38. Reading state information...
  39. Calculating upgrade...
  40. The following packages were automatically installed and are no longer required:
  41. .
  42. .
  43. Interactively upgrade to a new release, if any
  44. ----------------------------------------------
  45. Reading cache
  46. Checking package manager
  47. Reading package lists... Done
  48. Building dependency tree
  49. Reading state information... Done
  50. Ign http://dl.google.com/linux/chrome/deb stable InRelease
  51. Hit https://download.docker.com/linux/ubuntu artful InRelease
  52. Hit http://security.ubuntu.com/ubuntu artful-security InRelease
  53. Hit http://dl.google.com/linux/chrome/deb stable Release
  54. Hit http://in.archive.ubuntu.com/ubuntu artful InRelease
  55. Hit http://in.archive.ubuntu.com/ubuntu artful-updates InRelease
  56. Hit http://in.archive.ubuntu.com/ubuntu artful-backports InRelease
  57. Hit http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu artful InRelease
  58. Hit http://ppa.launchpad.net/papirus/papirus/ubuntu artful InRelease
  59. Hit http://ppa.launchpad.net/twodopeshaggy/jarun/ubuntu artful InRelease
  60. Fetched 0 B in 6s (0 B/s)
  61. Reading package lists... Done
  62. Building dependency tree
  63. Reading state information... Done

我们需要按下回车键禁用第三方仓库以继续升级。

 
  1. Updating repository information
  2. Third party sources disabled
  3. Some third party entries in your sources.list were disabled. You can
  4. re-enable them after the upgrade with the 'software-properties' tool
  5. or your package manager.
  6. To continue please press [ENTER]
  7. .
  8. .
  9. Get:35 http://in.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [2,180 B]
  10. Get:36 http://in.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [1,644 B]
  11. Fetched 38.2 MB in 6s (1,276 kB/s)
  12. Checking package manager
  13. Reading package lists... Done
  14. Building dependency tree
  15. Reading state information... Done
  16. Calculating the changes
  17. Calculating the changes

开始下载 Ubuntu 18.04 LTS 软件包,所需时间取决于您的网络状况,一般情况下这将需要几分钟。

 
  1. Do you want to start the upgrade?
  2. 63 installed packages are no longer supported by Canonical. You can
  3. still get support from the community.
  4. 4 packages are going to be removed. 175 new packages are going to be
  5. installed. 1307 packages are going to be upgraded.
  6. You have to download a total of 999 M. This download will take about
  7. 12 minutes with your connection.
  8. Installing the upgrade can take several hours. Once the download has
  9. finished, the process cannot be canceled.
  10. Continue [yN] Details [d]y
  11. Fetching
  12. Get:1 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 base-files amd64 10.1ubuntu2 [58.2 kB]
  13. Get:2 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 debianutils amd64 4.8.4 [85.7 kB]
  14. Get:3 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 bash amd64 4.4.18-2ubuntu1 [614 kB]
  15. Get:4 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 locales all 2.27-3ubuntu1 [3,612 kB]
  16. .
  17. .
  18. Get:1477 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 liblouisutdml-bin amd64 2.7.0-1 [9,588 B]
  19. Get:1478 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 libtbb2 amd64 2017~U7-8 [110 kB]
  20. Get:1479 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 libyajl2 amd64 2.1.0-2build1 [20.0 kB]
  21. Get:1480 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 usb-modeswitch amd64 2.5.2+repack0-2ubuntu1 [53.6 kB]
  22. Get:1481 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 usb-modeswitch-data all 20170806-2 [30.7 kB]
  23. Get:1482 http://in.archive.ubuntu.com/ubuntu bionic/main amd64 xbrlapi amd64 5.5-4ubuntu2 [61.8 kB]
  24. Fetched 999 MB in 6s (721 kB/s)

安装新软件包时,很少有服务需要重新启动。 点击 Yes 按钮,它会自动重启所需的服务。

 
  1. Upgrading
  2. Inhibiting until Ctrl+C is pressed...
  3. Preconfiguring packages ...
  4. Preconfiguring packages ...
  5. Preconfiguring packages ...
  6. Preconfiguring packages ...
  7. (Reading database ... 441375 files and directories currently installed.)
  8. Preparing to unpack .../base-files_10.1ubuntu2_amd64.deb ...
  9. Warning: Stopping motd-news.service, but it can still be activated by:
  10. motd-news.timer
  11. Unpacking base-files (10.1ubuntu2) over (9.6ubuntu102) ...
  12. Setting up base-files (10.1ubuntu2) ...
  13. Installing new version of config file /etc/debian_version ...
  14. Installing new version of config file /etc/issue ...
  15. Installing new version of config file /etc/issue.net ...
  16. Installing new version of config file /etc/lsb-release ...
  17. motd-news.service is a disabled or a static unit, not starting it.
  18. (Reading database ... 441376 files and directories currently installed.)
  19. .
  20. .
  21. Progress: [ 80%]
  22. Progress: [ 85%]
  23. Progress: [ 90%]
  24. Progress: [ 95%]

现在删除旧版的、系统不再需要的包。点击 y 以删除。

 
  1. Searching for obsolete software
  2. ing package lists... 97%
  3. ding package lists... 98%
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. Reading state information... 23%
  8. Reading state information... 47%
  9. Reading state information... 71%
  10. Reading state information... 94%
  11. Reading state information... Done
  12. Remove obsolete packages?
  13. 88 packages are going to be removed.
  14. Continue [yN] Details [d]y
  15. .
  16. .
  17. .
  18. done
  19. Removing perlmagick (8:6.9.7.4+dfsg-16ubuntu6) ...
  20. Removing snapd-login-service (1.23-0ubuntu1) ...
  21. Processing triggers for libc-bin (2.27-3ubuntu1) ...
  22. Processing triggers for man-db (2.8.3-2) ...
  23. Processing triggers for dbus (1.12.2-1ubuntu1) ...
  24. Fetched 0 B in 0s (0 B/s)

升级成功,需要重启系统。点击 y 以重启系统。

 
  1. System upgrade is complete.
  2. Restart required
  3. To finish the upgrade, a restart is required.
  4. If you select 'y' the system will be restarted.
  5. Continue [yN]y

注意: 少数情况下,会要求您确认配置文件替换以继续安装。

查看升级后的系统详情:

 
  1. $ cat /etc/*-release
  2. DISTRIB_ID=Ubuntu
  3. DISTRIB_RELEASE=18.04
  4. DISTRIB_CODENAME=bionic
  5. DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS"
  6. NAME="Ubuntu"
  7. VERSION="18.04 LTS (Bionic Beaver)"
  8. ID=ubuntu
  9. ID_LIKE=debian
  10. PRETTY_NAME="Ubuntu 18.04 LTS"
  11. VERSION_ID="18.04"
  12. HOME_URL="https://www.ubuntu.com/"
  13. SUPPORT_URL="https://help.ubuntu.com/"
  14. BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
  15. PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
  16. VERSION_CODENAME=bionic
  17. UBUNTU_CODENAME=bionic

原文发布时间为:2018-05-27
本文作者:Prakash Subramanian
本文来自云栖社区合作伙伴“ Linux中国开源社区”,了解相关信息可以关注“ Linux中国开源社区”。
相关文章
|
2月前
|
Kubernetes Ubuntu 应用服务中间件
在Ubuntu22.04 LTS上搭建Kubernetes集群
在Ubuntu22.04.4上安装Kubernetes v1.28.7,步骤超详细
339 1
在Ubuntu22.04 LTS上搭建Kubernetes集群
|
2月前
|
Ubuntu
百度搜索:蓝易云【Ubuntu下cut命令的使用】
请注意,cut命令默认从标准输入中读取数据,如果不指定文件名,则需要通过管道或重定向将数据传递给cut命令。
24 5
|
3月前
|
Ubuntu
百度搜索:蓝易云【ubuntu 16.04升级到18.04教程】
请注意,在升级过程中可能会出现一些问题,例如软件包依赖关系或配置文件冲突。在升级前,建议备份重要数据,以免数据丢失。如果你在升级过程中遇到问题,可以查看相关错误信息并尝试解决。
47 2
|
3月前
|
Ubuntu 网络安全
百度搜索:蓝易云【Ubuntu命令速查】
这些是常见的Ubuntu命令的速查表。可以根据需要使用这些命令来快速执行日常管理和开发任务。
96 1
|
3月前
|
Ubuntu 网络安全
百度搜索:蓝易云【Ubuntu命令使用方法大全】
请注意,以上仅是Ubuntu中一小部分常用命令的简要说明。要深入了解和学习Ubuntu命令,请参考Ubuntu官方文档、在线教程和书籍资源。熟练掌握常用的命令对于在Ubuntu系统中进行日常管理和开发任务至关重要。
43 3
|
3月前
|
运维 Ubuntu 安全
Ubuntu 磁盘管理DF命令用法
Linux磁盘空间管理是系统运维中的核心环节,它直接影响到系统的稳定运行、数据的安全性和业务的连续性。 通过实施有效的磁盘空间管理策略,系统管理员可以确保系统的高效运作,满足不断变化的业务需求,并为用户提供可靠的服务。 因此,对Linux磁盘空间管理的重视和精通对于任何企业的IT运营都属于核心业务。
42 0
|
4月前
|
Ubuntu
百度搜索:蓝易云【ubuntu FTP匿名登录及相关命令】
使用这些命令,你可以在Ubuntu上进行FTP匿名登录,并执行相应的FTP操作,希望这个教程能够帮助你进行Ubuntu上的FTP匿名登录。
57 0
|
4月前
|
存储 NoSQL Ubuntu
在Ubuntu上安装Redis并学习使用get、set和keys命令
在Ubuntu上安装Redis并学习使用get、set和keys命令
|
4月前
|
Ubuntu 测试技术 Linux
软件测试/测试开发|Ubuntu系统常用文件管理命令详解
软件测试/测试开发|Ubuntu系统常用文件管理命令详解
27 1
|
2月前
|
Ubuntu
百度搜索:蓝易云【ubuntu的apt命令详解】
请注意,apt命令需要在终端中运行,并需要管理员权限(使用sudo)。在使用apt命令前,建议先执行 `sudo apt update`来更新软件包列表,以获取最新的可用软件包信息。同时,要谨慎操作,特别是在使用卸载和清理命令时,以免误删重要的软件包或数据。
22 0