Man Pages & Cheat Sheets - dnf


tags: [ packaging ]

To install a package:

dnf install

To find packages matching :

dnf search

To find which package provides an executable:

dnf provides

The following are available after installing "dnf-plugins-core"

To download a package:

dnf download

To install the build dependencies for a SRPM or from a .spec file:

dnf builddep

List installed packages

dnf list installed