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 驗證成功