Lunix 安装VMware tools
Posted 丰の博客园
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lunix 安装VMware tools相关的知识,希望对你有一定的参考价值。
1.开机状态 点击虚拟机界面 "虚拟机(M)"----> “开始安装VMware tools” .
2.这时桌面多了一个
3.
A previous installation of VMware software has been detected.
The previous installation was made by the tar installer (version 3).
Keeping the tar3 installer database format.
Error: Unable to find the binary installation directory (answer BINDIR)
in the installer database file “/etc/vmware-tools/locations”.
Failure
Execution aborted.
解决办法
解决方法:
1. 删除etc/vmware-tools目录
rm -rf /etc/vmware-tools
2. 删除/tmp/vm* 注意不要把 VMwa*的也删除了
rm -rf /tmp/vm*
3.
然后重新执行
# tar zxvf VMwareTools*
# cd vmwaretools*
# 安装‘/./vmware-install.pl
ok
Enjoin
--the .... 时说明成功了
以上是关于Lunix 安装VMware tools的主要内容,如果未能解决你的问题,请参考以下文章
在 Linux 虚拟机中手动安装或升级 VMware Tools