- 我们输入命令cd /home 回车 然后在ll查看home下的文件,这时我们可以看到home下的VMware Tools
![在这里插入图片描述](https://www.icode9.com/i/ll/?i=20200624213346162.png?x-oss-
【一线大厂Java面试题解析+后端开发学习笔记+最新架构讲解视频+实战项目源码讲义】
浏览器打开:qq.cn.hn/FTf 免费领取
process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NDI2MjEyNg==,size_16,color_FFFFFF,t_70)
- 输入tar zxf VMwareTools-10.1.15-6627299.tar.gz 这个命令时解压文件
- 输入 sudo ./vmware-tools-distrib/vmware-install.pl
与./vmware-tools-distrib/vmware-install.pl的区别,sudo不是超级用户时使用的。而./vmware-tools-distrib/vmware-install.pl是超级用户使用的,超级用户也就是root用户。输入完命令时就已经开始安装了。
- 当看到一些问你是否选择的时候,全选yes就可以了。
以上是一般思路,但是,我在最后一步时会出现下面的问题。
安装VMware Tools错误提示:
A previous installation of VMware Tools has been detected. The previous installation was made by the tar installer (version 4). Keeping the tar4 installer database format. You have a version of VMware Tools installed. Continuing this install will first uninstall the currently installed version. Do you wish to continue? (yes/no) [yes]
当你选择"yes"后出现如下信息: Error: Unable to find the binary installation directory(answer BINDIR) in the installer database file
[](
)二、安装失败的解决办法
解决方法:
- 用命令:rm -rf 文件夹名的形式,删除/etc/vmware-tool和/usr/lib/vmware-tools全部文件。
如: