Re: Re: getting all dependencies recursively
seth vidal <skvidal-c/MNwgJ9CEH2fBVCVOL8/[email protected]> Mon, 05 Apr 2004 17:42:21 -0400
| Newsgroups | gmane.linux.redhat.rpm.python |
|---|---|
| Message-ID | <[email protected]> |
> If I were there, yep. I have scripted tools for grabbing changesets > (groups of RPMs plus other stuff). I use apt-get for the tools, because > yum wants me to be sitting there attending it. ;) then --download-only should be perfect for what you're describing. yum clean packages yum -y --download-only update That will download all the packages needed for the updates and not ask you anything. -sv