码迷,mamicode.com
首页 > 系统相关 > 详细

安装VMware-tools的问题

时间:2016-03-10 21:50:20      阅读:390      评论:0      收藏:0      [点我收藏+]

标签:

 

今天晚上解决了之前在跟着

Linux学习之CentOS(六)--CentOS下VMware-Tools安装

学习时安装出现的问题:

The installer found the following conflicting packages installed on the system and will now remove them:
open-vm-tools
错误:依赖检测失败:
 libhgfs.so.0()(64bit) 被 (已安裝) open-vm-tools-desktop-9.4.0-3.el7.x86_64 需要
 libvmtools.so.0()(64bit) 被 (已安裝) open-vm-tools-desktop-9.4.0-3.el7.x86_64 需要
 open-vm-tools(x86-64) = 9.4.0-3.el7 被 (已安裝) open-vm-tools-desktop-9.4.0-3.el7.x86_64 需要
Failed to remove the following packages:
open-vm-tools
Please manually remove them before installing VMware Tools.
Execution aborted.

之前一直都没解决,今天百度之然后搞定了,

就是要手工:

手工删除RPM包open-vm-tools,然后继续安装

[root@localhost vmware-tools-distrib]# rpm -e open-vm-tools --nodeps
[root@localhost vmware-tools-distrib]# ./vmware-install.pl

后面出现 

what is the location of the gcc program on your machine?时,解决方法:

你点击what is the location of "gcc"program on your machine 然后回车,它会问你:Would you like to change it  注意这项, 你选 NO  ,输入的方法就是  空格+no  然后它就不会出现那个what is the location of "gcc"program on your machine,然后出现警告,不管他,直接全部回车按下去,最后就看到 分辨率 那个了

 

 

安装VMware-tools的问题

标签:

原文地址:http://www.cnblogs.com/ranjiewen/p/5263421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!