Improved dnf support
Three notable dnf related improvements making it easier to manage packages on modern Enterprise Linux based systems (Red Hat, Rocky Linux, Alama Linux, etc …) have been merged recently. dnf package module - Manage packages using dnf dnf_group package module - Manage package groups using dnf appstreams promise type - Manage application stream modules and profiles dnf package module The new dnf package module unlike the existing yum module does not perform any shell operations, instead it leverages only the dnf and rpm python libraries for querying and modifying the system.