rpm installation fails due to depencency /bin/sh not found

后端 未结 4 2215
一整个雨季
一整个雨季 2021-02-13 06:38

i am trying to install a package using rpm, for which i have created a different database using rpmdb --initdb --dbpath $HOME/myrpmdb and specifying that path in t

4条回答
  •  天命终不由人
    2021-02-13 07:11

    Because you've told it to use a completely different database, rpm doesn't look at the system database which is where /bin/sh would be found.

提交回复
热议问题