CentOS 9 Stream

dnf, yum update

sudo dnf update
sudo yum update (CentOS 7)
 uname -a
 cat /etc/redhat-release
sudo apt update (Ubuntu)
sudo apt dist-upgrade
sudo apt autoremove
 lsb_release -a

パッケージを探す
 dnf list | grep xxxx
インストールされたパッケージ
 dnf list installed
キャッシュ等をクリアする方法
 dnf clean all

sudo vim /etc/firewalld/firewalld.conf
 AllowZoneDrifting=yes -> no

dnf-automatic https://ex1.m-yabe.com/archives/6276 https://www.linuxmaster.jp/linux_skill/2017/09/yum-1.html

dnf update 後 起動しない https://ex1.m-yabe.com/archives/4922 https://qiita.com/ogwmtnr/items/02df4007d9fcfaa8c31e https://www.demandosigno.study/entry/2016/06/06/005722