Closed viniciusferrao closed 5 months ago
yum was deprecated on RHEL8 and since this script only supports EL8 and up it should not use yum and just use dnf instead.
yum
dnf
This is valid for all distros based on EL, like Alma and Rocky.
More information: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#notable-changes-to-the-yum-stack_software-management
Cheers 🚀
yum
was deprecated on RHEL8 and since this script only supports EL8 and up it should not useyum
and just usednf
instead.This is valid for all distros based on EL, like Alma and Rocky.
More information: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#notable-changes-to-the-yum-stack_software-management