CentOS: How to make rpm auto install dependencies

前端之家收集整理的这篇文章主要介绍了CentOS: How to make rpm auto install dependencies前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

猜你在找的CentOS相关文章