You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, the install_package and uninstall_package methods
used Yum for all versions of Red Hat Enterprise Linux. However, RHEL has
used DNF as its default package manager since version 8.
This commit updates those methods to use DNF for RHEL 8, 9, and any
future versions and to explicitly use Yum on RHEL versions 1-7.
0 commit comments