Search code examples
repositoryredhatrpm

I am not able to install package using my hosted repository


yum -d0 -e0 -y --disablerepo\=\* --enablerepo\=my-repo-name install ksh-20120801-34.el7

gives:

Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
Error downloading packages:
  ksh-20120801-34.el7.x86_64: [Errno 256] No more mirrors to try.

though "ksh-20120801-34.el7" is available in the repo I am getting the above error.

I have tried cleaning up, disabling and enabling of repo but still no luck . Any help on this could be much appreciated.


Solution

  • Thanks everyone for trying to help me out here. In my case solution was simple and debug goes like below.

    1. Was trying to wget the package from the repo. Though connection was successful i was not able to download the package. 2 . My team-mate analysed the mounts in the repo and we got to know that they were not mounted properly so he remounted filesystems and post that i was able to download and it solved the install step as well.