简体   繁体   English

yum install openssl-devel 错误

[英]yum install openssl-devel error

On Fedora, yum install openssl-devel gives me the following error.在 Fedora 上, yum install openssl-devel给了我以下错误。

 Package: 1:openssl-1.0.1e-30.fc20.x86_64 (@anaconda)
           Requires: openssl-libs(x86-64) = 1:1.0.1e-30.fc20
           Removing: 1:openssl-libs-1.0.1e-30.fc20.x86_64 (@anaconda)
               openssl-libs(x86-64) = 1:1.0.1e-30.fc20
           Updated By: 1:openssl-libs-1.0.1e-42.fc20.x86_64 (updates)
               openssl-libs(x86-64) = 1:1.0.1e-42.fc20
           Removing: 1:openssl-libs-1.0.1e-39.fc20.x86_64 (installed)
               openssl-libs(x86-64) = 1:1.0.1e-39.fc20
           Updated By: 1:openssl-libs-1.0.1e-42.fc20.x86_64 (updates)
               openssl-libs(x86-64) = 1:1.0.1e-42.fc20

This problem is caused by not updating your system before trying to install an updated package.此问题是由于在尝试安装更新的软件包之前未更新系统引起的。 There are conflicts between the update and other software already on your system.更新与系统上已有的其他软件之间存在冲突。 If you do a yum update before trying to install the individual package, you should be fine.如果您在尝试安装单个软件包之前进行yum update ,您应该没问题。 Alternately, you probably could just update the specific affected packages: yum update openssl openssl-libs , and then do your install.或者,您可能只更新特定受影响的软件包: yum update openssl openssl-libs ,然后进行安装。

I faced a similar issue and I solved this by removing all conflicted libs with:我遇到了类似的问题,我通过删除所有冲突的库来解决这个问题:

yum remove openssl-1.0.1e-30.fc20.x86_64

and so on and afterwards I installed them again and it solved my issue.依此类推,然后我再次安装它们,它解决了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM