Debian Linux 10.9 已經發布。以下是升級方法:


Debian GNU/Linux 項目發布了其穩定的 Linux 發行版 Debian 10(“buster”)的更新版本。此版本包含對 Debian 10.8 中發現的關鍵問題的一些調整,因此您需要升級以獲得安全問題的修復。 Debian 是一個類 Unix(Linux 發行版)操作系統和自由軟件發行版。它主要通過許多自願付出時間和精力的用戶的工作來維護和更新。 Debian 項目由 Ian Murdock 於 1993 年首次宣布。

Debian Linux 10.9 發布詳情

從…發布 筆記

Debian 項目很高興地宣布其穩定版本 Debian 10(代號為“buster”)的第二次更新。此版本主要修復了安全問題,並對關鍵問題進行了細微調整。安全公告單獨發布並在可用時引用。

請注意,dot 版本不構成 Debian 10 的新版本,它們僅更新一些包含的軟件包。您不必丟棄舊的“硬核”媒體。安裝後,可以使用最新的 Debian 鏡像將軟件包升級到當前版本。

定期從 security.debian.org 安裝更新的人不需要更新許多軟件包,並且大多數此類更新都包含在點發布中。

新的安裝映像將立即在通常的位置可用。

如何將 Debian 10 從版本 10.8 升級到 10.9

在執行此操作之前,您應該備份您的 Linux 系統。升級涉及應用程序和數據丟失的風險。因此,請保留經過驗證的備份。

以下是步驟:首先,寫下您當前的版本。
$ lsb_release -a
$ cat /etc/debian_version
$ uname -mrs

記下驗證的輸出。例如:

No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 10 (buster)
Release:	10
Codename:	buster

Linux 發行版

10.8

Linux內核版本:

Linux 4.19.0-14-amd64 x86_64

將 Debian Linux 系統從 10.8 升級到 10.9

輸入以下 apt-get 命令/apt 命令來升級您的系統。
$ sudo apt-get update


$ sudo apt update

Get:1 https://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 https://deb.debian.org/debian buster-backports InRelease [46.7 kB]                          
Get:3 https://cdn-aws.deb.debian.org/debian buster InRelease [121 kB]                             
Get:4 https://cdn-aws.deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 https://security.debian.org/debian-security buster/updates/main amd64 Packages [269 kB]
Get:6 https://security.debian.org/debian-security buster/updates/main Translation-en [143 kB]
Get:7 https://cdn-aws.deb.debian.org/debian buster/main amd64 Packages [7,907 kB]
Get:8 https://cdn-aws.deb.debian.org/debian buster/main Translation-en [5,969 kB]
Fetched 14.6 MB in 3s (4,436 kB/s)                                 
Reading package lists... Done
N: Repository 'https://cdn-aws.deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.8' to '10.9'

請注意最後一行中更改的版本號。然後應用更新,運行:
$ sudo apt-get dist-upgrade


$ sudo apt dist-upgrade

重啟你的 Debian Linux 機器

如果 /var/run/reboot – 必需 找到它並重新啟動盒子。
[ -f /var/run/reboot-required ] && echo "System reboot needed"

有關更多信息,請參閱如何確定是否需要重新啟動 Ubuntu/Debian Linux 服務器。 重啟你的 Linux 系統並輸入:
$ sudo shutdown -r now

確認

使用 cat 命令/grep 命令/egrep 命令驗證升級是否成功。
$ uname -mrs
$ lsb_release -a
$ dmesg | egrep -i 'err|warn|critical'
$ sudo tail -f /var/log/nginx/access_log

Debian Linux 10.9 已經發布。以下是升級方法:

結論是

安裝程序已更新,包括從點版本到穩定版本的修復。您還可以下載更新的 ISO 以進行完整安裝。此穩定更新為您的系統添加了重要的軟件包修復和安全增強功能。升級快樂!