dnf
Package management utility for RHEL, Fedora, and CentOS (replaces yum).
Install
- All systems
-
curl cmd.cat/dnf.sh
- CentOS
-
yum install dnf
- Fedora
-
dnf install dnf
Package management utility for RHEL, Fedora, and CentOS (replaces yum).
-
Install a new package:
sudo dnf install package
-
Install a new package and assume yes to all questions:
sudo dnf -y install package
-
Remove a package:
sudo dnf remove package
-
Upgrade installed packages to newest available versions:
sudo dnf upgrade
© tl;dr; authors and contributors