dnf

Package management utility for RHEL, Fedora, and CentOS (replaces yum). Some subcommands such as group and config-manager have their own usage documentation. For equivalent commands in other package managers, see https://wiki.archlinux.org/title/Pacman/Rosetta. More information: https://dnf.readthedocs.io.

sudo dnf {{[up|upgrade]}}

dnf {{[se|search]}} {{keyword1 keyword2 ...}}

dnf {{[if|info]}} {{package}}

sudo dnf {{[in|install]}} {{package1 package2 ...}}

sudo dnf {{[rm|remove]}} {{package1 package2 ...}}

dnf {{[ls|list]}} --installed

dnf {{[wp|provides]}} {{command}}

dnf {{[hist|history]}}