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 --downonly
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi
I think yumdownloader is what you are looking for.
Regards
Marcelo
On Monday 24 November 2008, Marcelo M. Garcia 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
Hi
I think yumdownloader is what you are looking for.
For completeness, yumdownloader is a command/program that comes with the yum-utils package on centos 4 and 5.
/Peter
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 --downonly
I 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
I 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....
You won't like that when you run into an rpm with a lot of dependencies. Just 'yum install yum-downloadonly', then 'yum --downloadonly packagename'.
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@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@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi
You can have a look at this url, its explained step by step there.
Ah, no wonder I could not find it in yum... It is a plugin!
Thanks everyone.