Hi Team,
I tried to install packages after downloading EPEL. But I am getting following error:
[root@ess19 ~]# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rp... Retrieving http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rp... warning: /var/tmp/rpm-tmp.ru3DCU: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY Preparing... ########################################### [100%] 1:epel-release ########################################### [100%]
[root@ess19 ~]# yum install foo Loaded plugins: presto, refresh-packagekit, security, tmprepo Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again
Can you please help me here?
On Sun, 22 Sep 2013 10:42:27 +0530 Kunal Pednekar kunal.pednekar@ess.net.in wrote:
Hi Team,
I tried to install packages after downloading EPEL. But I am getting following error:
...snip...
[root@ess19 ~]# yum install foo Loaded plugins: presto, refresh-packagekit, security, tmprepo Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again
Can you please help me here?
Is the date/time set correctly on your server? If it's way off the default metalink will be invalid and it won't get any info from it.
If the date/time is set right, try doing:
URLGRABBER_DEBUG=1 yum install foo
and attach the last few hundred lines or so, that should indicate the error.
kevin
epel-devel@lists.fedoraproject.org