Читать книгу Mastering Linux System Administration - Richard Blum - Страница 97
Installing Software with dnf
ОглавлениеInstallation of a software package using dnf
is simple. All you need is the install
option, followed by the package name.
dnf install package_name
This installs not only the software package specified, but also any package dependencies. The output will show you the package information, along with any dependent packages required to install, and prompt you to continue the installation.