Ensure wget is Installed (on the Web Server):
1dnf install -y wgetConfigure the EPEL Repo and yum Utilities (on the Web Server):
2rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
3dnf -y install epel-release
4dnf -y install yum-utils
5dnf update -y1dnf install -y wget2rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
3dnf -y install epel-release
4dnf -y install yum-utils
5dnf update -y