Читать книгу Mastering Linux System Administration - Richard Blum - Страница 95
Automated Package Management
ОглавлениеLike the Debian‐based distributions, the Red Hat–based systems have several different front‐end tools available. The common ones are these:
yum : Used in Red Hat, CentOS, and Fedora
dnf : An updated version of yum with some additional features
zypper : Used in openSUSE
These front ends are all based on the rpm
command‐line tool. The following section discusses how to manage software packages using these various rpm
‐based tools. The focus will be on dnf
, but the other packages use similar commands and formats.