0

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 use it around the web. I'm using RHEL Workstation 5.5. Is there another way to specify the downloaddir?

Thanks

Danny
  • 5,180
  • 6
  • 26
  • 29

1 Answers1

1

first install yumdownloader

yum install yumdownloader

gnuyoga
  • 51
  • 3