RHEL
Jump to navigation
Jump to search
Subpage Table of Contents
Red Hat Enterprise Linux
Download (need to login) - https://developers.redhat.com/content-gateway/file/rhel/Red_Hat_Enterprise_Linux_9.5/rhel-9.5-x86_64-boot.iso
Red Hat
See Red Hat
EPEL
Extra Packages for Enterprise Linux
See EPEL
DNF
Why swap YUM for DNF? DNF (Dandified YUM) is the sleek, modern replacement for YUM on RPM-based Linux like Fedora, bringing faster performance, smarter dependency handling, and a cleaner vibe. RHEL/CentOS 7 sticks with old-school YUM, but you can bolt on DNF for that next-gen edge. This guide gets you from YUM to DNF on your AlexHost VPS in a snap—let’s rev up!
Missing DNF
If DNF not installed, such as on RHEL 7: [1]
# Update: sudo yum update -y
# Enable EPEL: sudo yum install epel-release -y
# Install DNF: sudo yum install dnf -y
# should also just install the core plugins too: sudo dnf -y install dnf-plugins-core
Oracle Linux
See Oracle/Linux
Rocky Linux
See Rocky Linux
CentOS
See CentOS