On Tue, 2004-03-16 at 10:40 -0600, Tom Browder wrote: > I've installed yum and used it to successfully update my networked fedora 1 > box. > > Question: Is there any way to have yum just download packages without > installing them? > > My situation is that I have another machine which cannot be connected to a > network but which I would like to keep current manually through rpms (which > I transfer to it via a removable medium). in the newer daily releases: yum --download-only update that will only download the updates. -sv