初期設定 : システムを最新化する
2021/04/28 |
サーバー運用開始後はシステムのアップデートが難しい場面もありますが、少なくともインストール直後のシステム構築時はシステムを最新化しておきましょう。
|
|
[1] | システムを最新化するには以下のように実行します。 |
[root@dlp ~]# dnf -y upgrade Dependencies resolved. ================================================================================ Package Arch Version Repo Size ================================================================================ Installing: kernel x86_64 5.11.15-300.fc34 updates 151 k Upgrading: NetworkManager x86_64 1:1.30.4-1.fc34 updates 2.3 M NetworkManager-bluetooth x86_64 1:1.30.4-1.fc34 updates 54 k NetworkManager-libnm x86_64 1:1.30.4-1.fc34 updates 1.7 M NetworkManager-team x86_64 1:1.30.4-1.fc34 updates 31 k NetworkManager-wifi x86_64 1:1.30.4-1.fc34 updates 110 k NetworkManager-wwan x86_64 1:1.30.4-1.fc34 updates 60 k augeas-libs x86_64 1.12.0-6.fc34 updates 402 k bluez x86_64 5.58-1.fc34 updates 965 k bluez-libs x86_64 5.58-1.fc34 updates 89 k cockpit x86_64 242-1.fc34 updates 44 k cockpit-bridge x86_64 242-1.fc34 updates 495 k cockpit-networkmanager noarch 242-1.fc34 updates 668 k cockpit-packagekit noarch 242-1.fc34 updates 624 k cockpit-selinux noarch 242-1.fc34 updates 300 k cockpit-storaged noarch 242-1.fc34 updates 567 k cockpit-system noarch 242-1.fc34 updates 2.3 M cockpit-ws x86_64 242-1.fc34 updates 1.3 M cups-libs x86_64 1:2.3.3op2-4.fc34 updates 276 k curl x86_64 7.76.1-1.fc34 updates 304 k dnsmasq x86_64 2.85-1.fc34 updates 328 k dracut x86_64 053-5.fc34 updates 334 k ..... ..... Installed: python3-tracer-0.7.6-1.fc34.noarch reportd-0.7.4-4.fc34.x86_64 sscg-2.6.2-5.fc34.x86_64 tpm2-tools-5.0-2.fc34.x86_64 tracer-common-0.7.6-1.fc34.noarch whois-nls-5.5.9-1.fc34.noarch Complete! |
Sponsored Link |