Initial Settings : Update System2024/04/26 |
After it has been a production System, maybe it's difficult to update System, however, at least after installing, Update Ubuntu Server to the latest.
|
|
[1] | Update your Ubuntu Server. |
# update List first root@localhost:~# apt update Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [89.7 kB] Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease Fetched 89.7 kB in 2s (39.0 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 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 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. |
Sponsored Link |