Dependency Resolution Fails on Installed Library

后端 未结 7 2112
无人共我
无人共我 2021-02-19 21:30

I\'m trying to install a rpm and get following error:

---> Package geramer-server.x86_64 0:3.6.0.117-1 will be an update
--> Processing Dependency: libcryp         


        
7条回答
  •  南笙
    南笙 (楼主)
    2021-02-19 22:28

    [2018-11-07] my solution..

    sudo yum install http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-1.0.2k-12.el7.x86_64.rpm http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-libs-1.0.2k-12.el7.x86_64.rpm

    this is..

    sudo yum install

    http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-1.0.2k-12.el7.x86_64.rpm

    http://mirror.centos.org/centos/7/os/x86_64/Packages/openssl-libs-1.0.2k-12.el7.x86_64.rpm

    if that file isn't.. you should visit that site and find latest, then edit file's name.

    ex)

    access ==> http://mirror.centos.org/centos/7/os/x86_64/Packages/

    find ==> openssl-1.0.2k-

    enter image description here

提交回复
热议问题