dnf 命令
dnf search <pkg_name> #搜索相關軟件
dnf install <package_name> #安裝
dnf remove <package_name> #卸載
dnf provides *filename* #列出包含指定文件的包
dnf info package #顯示包信息
dnf list #列出所有
dnf list installed #列出安裝
dnf grouplist #列出軟件組
dnf repolist -v #列出repo信息
dnf clean all #清除所有的緩存文件
dnf makecache #生成元數據緩存
dnf update #更新索引文件
dnf upgrade #更新軟件