#author("2024-06-05T18:36:41+09:00","default:dex","dex") #author("2024-06-05T18:38:26+09:00","default:dex","dex") #contents * dnf: yumの後継 [#na369095] - [[DNF Configuration Reference — DNF @DNF_VERSION@-1 documentation:https://dnf.readthedocs.io/en/latest/conf_ref.html]] -- RHEL 8移行はyumの代わりにdnfコマンドに変わった。yumはdnfのalias -- yumはpython2系でEOLのため、dnfはpython3で開発されているらしい ---- ** fastestmirror: 早いミラーを選択する [#tf3735be] - defaultは無効になっている - yumの場合は別プラグイン(yum-plugin-fastestmirror)だったが、dnfでは統合されたようだ #geshi(bash){{ sudo vim /etc/dnf/dnf.conf -- fastestmirror = True -- }} - "determining the fastest mirror" のようにメッセージが出れば使われている #geshi(bash){{ sudo dnf info monit ... determining the fastest mirror (20 hosts).. done }}