Tagged Questions

1
vote
1answer
92 views

Validating a yum repository for dependencies

I am trying to create a custom rhel5.5 repository for my usage and I am having a hard time validating if I have all the dependencies for every package in my repository. What I would want to do is do ...
0
votes
1answer
125 views

Specifying download dir with yum downloadonly

I'm trying to run the following: yum reinstall glibc --downloadonly --downloaddir=/root/dependencies/ But it keeps giving me an error that --downloaddir is not a valid option though I've seen others ...