Issue
Usually one rpm depends on many other packages or libs. This is not easy for massive deployment without internet access.
Since yum can automatically resolve dependencies. Is it possible to build a portable executable? So that we can copy it to other machines with the same OS.
Solution
If you want a known collection of RPMs to install, yum
offers a downloadonly plugin. With that, you should be able to collect all the associated RPMs in one shot to install what you wanted on a disconnected machine.
Answered By - Aaron D. Marasco Answer Checked By - Timothy Miller (WPSolving Admin)