Initial Settings : Update System2025/08/11 |
|
After it has been a production System, maybe it's difficult to update System, but at least after installing, Update Debian Server to the latest. |
|
| [1] | Update your Debian Server. |
|
# update lists first root@localhost:~# apt update Get:1 http://deb.debian.org/debian trixie InRelease [138 kB] Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.1 kB] Get:3 http://deb.debian.org/debian trixie-backports InRelease [53.3 kB] Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9,668 kB] Get:5 http://security.debian.org/debian-security trixie-security InRelease [43.4 kB] Get:6 http://deb.debian.org/debian trixie/main Translation-en [6,484 kB] Get:7 http://security.debian.org/debian-security trixie-security/main amd64 Packages [5,304 B] Get:8 http://security.debian.org/debian-security trixie-security/main Translation-en [6,724 B] Get:9 http://deb.debian.org/debian trixie/non-free-firmware amd64 Packages [6,868 B] Get:10 http://deb.debian.org/debian trixie/non-free-firmware Translation-en [4,704 B] Get:11 http://deb.debian.org/debian trixie-updates/main amd64 Packages [2,432 B] Get:12 http://deb.debian.org/debian trixie-updates/main Translation-en [396 B] Fetched 16.5 MB in 2s (9,239 kB/s) All packages are up to date. # update System root@localhost:~# apt -y upgrade
Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: ..... ..... ..... |
| Sponsored Link |