How to make rpm auto install dependencies

前端 未结 11 1513
清酒与你
清酒与你 2020-12-07 07:59

I have built two RPM packages

  • proj1-1.0-1.x86_64.rpm
  • libtest1-1.0-1.x86_64.rpm

proj1 depends on

11条回答
  •  一整个雨季
    2020-12-07 08:07

    I ran into this and what worked for me was to run yum localinstall enterPkgNameHere.rpm from inside the directory where the .rpm file is located.

    Note: replace the enterPkgNameHere.rpm with the name of your .rpm file.

提交回复
热议问题