Fedora 43

初期設定 : システムを最新化する2025/10/30

 

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

[1] システムを最新化するには以下のように実行します。
[root@dlp ~]#
dnf -y upgrade

Updating and loading repositories:
 Fedora 43 openh264 (From Cisco) - x86_64                                               100% |   4.3 KiB/s |   5.8 KiB |  00m01s
 Fedora 43 - x86_64 - Updates                                                           100% |   3.6 MiB/s |   6.7 MiB |  00m02s
 Fedora 43 - x86_64                                                                     100% |   7.6 MiB/s |  35.4 MiB |  00m05s
Repositories loaded.
Package                                        Arch      Version                                   Repository               Size
Upgrading:
 bind-libs                                     x86_64    32:9.18.41-1.fc43                         updates               3.6 MiB
   replacing bind-libs                         x86_64    32:9.18.39-4.fc43                         anaconda              3.6 MiB
 bind-utils                                    x86_64    32:9.18.41-1.fc43                         updates             665.2 KiB
   replacing bind-utils                        x86_64    32:9.18.39-4.fc43                         anaconda            665.2 KiB
 certmonger                                    x86_64    0.79.21-1.fc43                            updates               2.5 MiB
   replacing certmonger                        x86_64    0.79.20-5.fc43                            anaconda              2.5 MiB
 chrony                                        x86_64    4.8-3.fc43                                updates             690.2 KiB
   replacing chrony                            x86_64    4.8-1.fc43                                anaconda            690.2 KiB
 cockpit                                       x86_64    349-1.fc43                                updates              61.9 KiB
   replacing cockpit                           x86_64    348-1.fc43                                anaconda             61.9 KiB
 cockpit-bridge                                noarch    349-1.fc43                                updates               2.1 MiB
   replacing cockpit-bridge                    noarch    348-1.fc43                                anaconda              2.0 MiB
 cockpit-networkmanager                        noarch    349-1.fc43                                updates             800.4 KiB
   replacing cockpit-networkmanager            noarch    348-1.fc43                                anaconda            800.0 KiB
 cockpit-packagekit                            noarch    349-1.fc43                                updates             852.9 KiB
   replacing cockpit-packagekit                noarch    348-1.fc43                                anaconda            852.8 KiB
 cockpit-selinux                               noarch    349-1.fc43                                updates             420.4 KiB
   replacing cockpit-selinux                   noarch    348-1.fc43                                anaconda            420.4 KiB
 cockpit-storaged                              noarch    349-1.fc43                                updates             807.3 KiB
   replacing cockpit-storaged                  noarch    348-1.fc43                                anaconda            806.9 KiB
 cockpit-system                                noarch    349-1.fc43                                updates               3.0 MiB
   replacing cockpit-system                    noarch    348-1.fc43                                anaconda              3.0 MiB
 cockpit-ws                                    x86_64    349-1.fc43                                updates               1.8 MiB
   replacing cockpit-ws                        x86_64    348-1.fc43                                anaconda              1.8 MiB
 cockpit-ws-selinux                            x86_64    349-1.fc43                                updates              44.9 KiB
   replacing cockpit-ws-selinux                x86_64    348-1.fc43                                anaconda             44.9 KiB
 dnf-data                                      noarch    4.24.0-1.fc43                             updates              39.8 KiB
   replacing dnf-data                          noarch    4.23.0-6.fc43                             anaconda             39.4 KiB

.....
.....

Complete!
関連コンテンツ