Hi,
I cant able to install new packages from the epel repo. While using the command "yum install <package name>", its throwing errors like,
-------------------------------------------------------------------------
root@desktop11:/etc/yum.repos.d #yum repolist
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
-------------------------------------------------------------------------
Unable to enable verify EPEL repo
2 posts
• Page 1 of 1
Re: Unable to enable verify EPEL repo
Hi Dani,
First of all, you need to disable all repos, that's already been registered for the yum packages. Now you install below mentioned rpms to get access on epel repo.
## RHEL/CentOS 6 32-Bit ##
# wget http://download.fedoraproject.org/pub/e ... noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm
## RHEL/CentOS 6 64-Bit ##
# wget http://download.fedoraproject.org/pub/e ... noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm
Then run "yum clean" to clean the caches and reload all the repos.
Thank you
First of all, you need to disable all repos, that's already been registered for the yum packages. Now you install below mentioned rpms to get access on epel repo.
## RHEL/CentOS 6 32-Bit ##
# wget http://download.fedoraproject.org/pub/e ... noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm
## RHEL/CentOS 6 64-Bit ##
# wget http://download.fedoraproject.org/pub/e ... noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm
Then run "yum clean" to clean the caches and reload all the repos.
Thank you
- rameez
- Posts: 0
- Joined: Tue Nov 25, 2014 5:17 pm
2 posts
• Page 1 of 1