Initial Settings : Update System2023/04/21 |
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 Get:1 http://archive.ubuntu.com/ubuntu lunar InRelease [267 kB] Hit:2 http://archive.ubuntu.com/ubuntu lunar-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu lunar-backports InRelease Hit:4 http://archive.ubuntu.com/ubuntu lunar-security InRelease Fetched 267 kB in 2s (137 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 2 packages can be upgraded. Run 'apt list --upgradable' to see them. # update System root@localhost:~# apt -y upgrade
Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done ..... ..... |
Sponsored Link |