Initial Settings : Update System2020/04/24 |
After it has been a production System, maybe it's difficult to update System, but at least after installing, Update Ubuntu Server to the latest.
|
|
[1] | Update your Ubuntu Server. |
# update List first root@dlp:~# apt update Get:1 http://jp.archive.ubuntu.com/ubuntu focal InRelease [265 kB] Get:2 http://jp.archive.ubuntu.com/ubuntu focal-updates InRelease [89.1 kB] Hit:3 http://jp.archive.ubuntu.com/ubuntu focal-backports InRelease Hit:4 http://jp.archive.ubuntu.com/ubuntu focal-security InRelease Fetched 354 kB in 1s (387 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. # update System root@dlp:~# apt upgrade
Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done ..... ..... ..... |
Sponsored Link |