DNF is an improved version of the YUM package manager, which, in addition to resolving dependencies, provides more features and better efficiency than its predecessor. In this hands-on lab, you will use DNF to manage software packages, package groups, and modules.
*This lab is not approved or sponsored by Red Hat.*
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Manage Software Packages
- Install
sysstat
,nmap
, andmtr
packages. - Install the
vsftpd
package version3.0.3
release33.el8
. - Remove the
drbd
andhtop
packages. - Remove all packages that were installed as dependencies of user installed packages ("leaf packages") but are no longer needed.
- Install
- Manage Package Groups
- Install the
Security Tools
package group. - Remove the
System Tools
package group.
- Install the
- Manage Modules
- Remove the
nginx
module. - Enable the
postgresql
module for stream13
. - install the
postgresql
module.
- Remove the
- Update Software Packages
- Remove all temporary DNF files.
- Upgrade all the packages on the host with available updates.