且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

centos7上执行yum group install "Virtualization Hypervisor"出错

更新时间:2022-10-01 18:20:02

centos7上执行yum group install "Virtualization Hypervisor"出错

1
2
3
4
5
6
7
错误提示:
  Transaction check error:
  file /usr/lib/systemd/system/blk-availability.service from install of device-mapper-7:1.02.107-5.el7_2.5.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
  file /usr/sbin/blkdeactivate from install of device-mapper-7:1.02.107-5.el7_2.5.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
  file /usr/share/man/man8/blkdeactivate.8.gz from install of device-mapper-7:1.02.107-5.el7_2.5.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
Error Summary
-------------

解决方案:

1
yum install libdevmapper*









本文转自 lcpljc 51CTO博客,原文链接:http://blog.51cto.com/lcpljc/1794874,如需转载请自行联系原作者