Can I just download an rpm from a repo without installing it? I don't see anything like yum download or yum install --downonly
Robert Moskowitz wrote:> Can I just download an rpm from a repo without installing it? > > I don't see anything like yum download or yum install --downonlyInstall "yum-downloadonly" and then you can use yum downloadonly foobar. Cheers, Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20081124/8fef8582/attachment-0003.sig>
Robert Moskowitz wrote:> Can I just download an rpm from a repo without installing it? > > I don't see anything like yum download or yum install --downonly > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosHi I think yumdownloader is what you are looking for. Regards Marcelo
Robert Moskowitz wrote:> Can I just download an rpm from a repo without installing it? > > I don't see anything like yum download or yum install --downonlyI just figured out how to get firefox to show me the RPMS directory in the online repo and then did a save link as. This worked for this time....
Robert Moskowitz wrote:> Can I just download an rpm from a repo without installing it? > > I don't see anything like yum download or yum install --downonly > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >Hi You can have a look at this url, its explained step by step there. http://www.cyberciti.biz/faq/yum-downloadonly-plugin/ cheers! Mohan.
Mohan wrote:> Robert Moskowitz wrote: >> Can I just download an rpm from a repo without installing it? >> >> I don't see anything like yum download or yum install --downonly >> >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> http://lists.centos.org/mailman/listinfo/centos >> > Hi > > You can have a look at this url, its explained step by step there. > > http://www.cyberciti.biz/faq/yum-downloadonly-plugin/Ah, no wonder I could not find it in yum... It is a plugin! Thanks everyone.