Monday, 20 July 2015

Software Installation Through YUM getting error

ERROR : Cannot retrieve  metalink for repository:epel. please verify its  path and try again.


Sol:
Run Following Commands In  your Terminal


#sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo

# yum check-update

 Running this command will update the repo to use http rather than https

 

No comments:

Post a Comment