原因是因为多个库不能共存,不过更新的话也并不行,但是可以在安装命令后面加上


yum update --setopt=protected_multilib=false


加上--setopt=protected_multilib=false  就可以执行成功了

这也是我踩过的坑