error message
Error: Package: 1:openssl-1.0.2k-22.el7_9.x86_64 (pigsty)
Requires: openssl-libs(x86-64) = 1:1.0.2k-22.el7_9
Installed: 1:openssl-libs-1.0.2k-24.el7_9.x86_64 (@updates)
openssl-libs(x86-64) = 1:1.0.2k-24.el7_9
Available: 1:openssl-libs-1.0.2k-22.el7_9.x86_64 (pigsty)
openssl-libs(x86-64) = 1:1.0.2k-22.el7_9
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
solve
$ wget ftp://ftp.pbone.net/mirror/ftp.centos.org/7.9.2009/updates/x86_64/Packages/openssl-libs-1.0.2k-22.el7_9.x86_64.rpm
$ rpm -ivh --replacefiles openssl-libs-1.0.2k-22.el7_9.x86_64.rpm --force
$ yum -y install openssl-devel-1.0.2k-22.el7_9.x86_64
If a core library like openssl-libs conflicts, it cannot be uninstalled and then installed with the specified version, only multiple versions can coexist
Post comment 取消回复