You could try using --skip-broken to work around the problem

yum install 安装报错:

You could try using --skip-broken to work around the problem

解决方法:
1./etc/yum.repos.d 清除此目录下所有无关repo结尾文件,只保留默认的。

2.yum clean all

[root@~ /etc/yum.repos.d]# yum clean all
Loaded plugins: fastestmirror
Cleaning repos: base cr fasttrack tlinux tlinux-debuginfo updates
Cleaning up Everything
Cleaning up list of fastest mirrors


3.yum install openssl-devel 验证成功

原文地址:https://www.cnblogs.com/l10n/p/14189228.html