Ubuntu 25.04
Sponsored Link

Initial Settings : Update System2025/04/18

 

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 plucky InRelease
Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu plucky-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


# update System including kernel

root@localhost:~#
apt -y dist-upgrade
Summary:
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
Matched Content