Skip to main content

Installation Perquisite for EFA/Cpanel/CWP7/VestaCP: Part 7 Install Latest EPEL Release

First, update your Base Repository for Cpanel/CWP7/VestaCP installation, then install latest EPEL
# yum update -y 

Reboot The Machine
# reboot

# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
# yum -y install epel-release

Run Update again & Check
# yum update -y 
# yum repolist 
If you have getting any error then run:
# yum clean all
# rm -rf /var/cache/yum

# yum update -y
# yum repolist 

Don't need to install latest EPEL before EFA installation. We will install EPEL after EFA installation.

Comments