Initial Settings : Update System2026/04/24 |
|
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://archive.ubuntu.com/ubuntu resolute InRelease Hit:2 http://security.ubuntu.com/ubuntu resolute-security InRelease Hit:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease All packages are up to date. # update system root@localhost:~# apt -y upgrade Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 # full system update including kernel root@localhost:~# apt -y full-upgrade Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 |
| Sponsored Link |
|
|