This is a new CentOS 8 server I have rented and I'm trying to install CPanel from the command line.
The instructions say to download cPanel & WHM from this link:
When running the installer, I am getting a 403 error related to the downloading of a specific https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm file (this particular file is no longer present in this location):
Then the installer aborts.
epel is already installed on this server (by the installer apparently), and Powertools repo has been enabled manually using
How should I proceed with the installation?
The instructions say to download cPanel & WHM from this link:
When running the installer, I am getting a 403 error related to the downloading of a specific https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm file (this particular file is no longer present in this location):
Code:
2021-09-13 11:11:29 350 [15235] (DEBUG): - ssystem [BEGIN]: /usr/bin/yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm --enablerepo=powertools
2021-09-13 11:11:30 350 [15235] (DEBUG): [MIRROR] epel-release-latest-8.noarch.rpm: Status code: 403 for https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
epel is already installed on this server (by the installer apparently), and Powertools repo has been enabled manually using
yum config-manager --set-enabled powertools
How should I proceed with the installation?