ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.24k stars 193 forks source link

Use `dnf` instead of `yum` for Enterprise Linux distros #245

Closed viniciusferrao closed 5 months ago

viniciusferrao commented 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.

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

ronivay commented 5 months ago

Cheers 🚀