问题描述
Error: libselinux conflicts with fakesystemd-1-17.el7.centos.noarch
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
fakesystemd-1-17.el7.centos.noarch has installed conflicts systemd: fakesystemd-1-17.el7.centos.noarch
大致意思是:libselinux与fakesystemd-1-17.el7.centos.noarch冲突
解决措施
yum swap -y fakesystemd systemd && yum clean all
yum update -y && yum clean all