Error: initscripts conflicts with redhat-release-server-7.0-1.el7.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
删除冲突的rpm包即可
[root@localhost ~]# rpm -e redhat-release-server-7.0-1.el7.x86_64 --nodeps
报错initscripts conflicts with redhat-release-server-7.0-1.el7.x86_64
原文:https://www.cnblogs.com/ikensee/p/12797947.html