Issue:
There is a scenario that an rpm package needs to be installed,but no the dependencies packages. In that case,we want to make yum could auto find these dependencies and install the rpm package.
Solution:
yum --nogpgcheck localinstall <rpm_file_path>
原文链接:https://www.f2er.com/centos/378649.html