CentOS7安装rpm包时依赖检测失败,加上--nodeps --force
时间:2019-06-18 17:29:59
收藏:0
阅读:312
安装mysql-community-server的时候,出现依赖检测失败

加上
--nodeps --force后可跳过依赖检测,如下

原文:https://www.cnblogs.com/lukefan/p/11046299.html
评论(0)