yum -y install nfs-utils rpcbind
报错
Transaction check error:
file /usr/lib/systemd/system/blk-availability.service from install of device-mapper-7:1.02.107-5.el7_2.1.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.1.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.1.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
Error Summary
-------------
解决办法
运行命令:yum install libdevmapper* -y
本文介绍了一种在使用yum安装nfs-utils和rpcbind过程中遇到的文件冲突错误,并提供了解决方案,即通过安装特定版本的libdevmapper来解决设备映射器与逻辑卷管理器之间的冲突。
509

被折叠的 条评论
为什么被折叠?



