在fedora 20中安装VM Tools 出现以下错误,解决方法

来源:互联网 发布:林文正姿护眼笔 知乎 编辑:程序博客网 时间:2024/05/22 07:53

在fedora 20中安装VM Tools 出现以下错误

[root@localhost vmware-tools-distrib]# ./vmware-install.pl The installer found the following conflicting packages installed on the system and will now remove them:open-vm-tools错误:依赖检测失败:libhgfs.so.0 被 (已安装) open-vm-tools-desktop-9.4.0-1.fc20.i686 需要libvmtools.so.0 被 (已安装) open-vm-tools-desktop-9.4.0-1.fc20.i686 需要open-vm-tools(x86-32) = 9.4.0-1.fc20 被 (已安装) open-vm-tools-desktop-9.4.0-1.fc20.i686 需要Failed to remove the following packages:open-vm-toolsPlease manually remove them before installing VMware Tools.Execution aborted.Found VMware Tools CDROM mounted at /run/media/hxw/VMware Tools. Ejecting device /dev/sr0 ...方法:
要先卸载open-vm-tools,运行一下命令:yum remove open-vm-tools

0 0