Wednesday, April 9, 2014

Get rpm and dependencies

On RHEL/Centos you need to install "yum-utils" first.

$ sudo yum install yum-utils

Then you can download an rpm and its depdencies by doing the following:

$ sudo yumdownloader --resolve <rpm name>

Then, you can transport them to another computer with a USB drive.

No comments:

Post a Comment