Ubuntu 23.04
Sponsored Link

初期設定 : システム最新化2023/04/21

 
サーバー運用開始後はシステムのアップデートが難しい場面もありますが、少なくともインストール直後のシステム構築時はシステムを最新化しておきましょう。
[1] システムを最新化します。
# リスト最新化

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.

# システム最新化

root@localhost:~#
apt -y upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
.....
.....
関連コンテンツ