Re: error on yumdownloader

Ian Mortimer <[email protected]> Thu, 22 Dec 2016 22:44:27 +0000
Newsgroups gmane.linux.rpm.yum
Message-ID <[email protected]>
On Thu, 2016-12-22 at 15:27 +0000, Mahmood N wrote:

> Is there any idea about the following error
> 
> root@cluster:~# yumdownloader --enablerepo=epel 
> --destdir=/export/rocks/install/contrib/6.1/x86_64/RPMS/
> libdrm-2.4.54-2.el6.x86_64.rpm

> If you open http://download.fedoraproject.org/pub/epel/6/x86_64/repodata/ 
> there is no such file. So, why it is searching for that file 515b*.sqlite.bz2?

The file is there now so probably the site was updating when you
tried.  

Also your yum downloader command is wrong - you need to remove ".rpm"
from the end of the line.  

To get the latest:

   yumdownloader ... libdrm.x86_64

To get a specific version:

   yumdownloader ... libdrm-2.4.65-2.el6.x86_64


-- 
Ian