如何实现在虚拟机上的Linux系统上安装vmware tools工具

作者:何扬   时间:2017923  上午8:29:16

 

【安装目的】Linux下需要安装VMware Tools工具来实现主机和虚拟机直接文件复制粘贴功能。

【基本流程】

1、首先,打开虚拟机,进入Linux系统登录界面,请以以root用户登入系统。

2、点击虚拟机VM菜单栏--虚拟机--安装VMware Tools,如图A-1所示(作者这里显示的是重新安装VMware Tools”,是因为作者之前已经安装过了;如果你是完全没安装过的话,则会显示安装VMware Tools”字样)。

 

A-1

 

3、点击了安装VMware Tools”选项后,之后你的桌面会出现一个光盘(就是红框框住的那个)。

   而我们现在最需要做的事情是要把蓝色框内的压缩文件解压缩。如图A-2所示。    

 

A-2

 

4、如上图A-2所示,现在我们对蓝框中的文件进行解压缩。先选择解压缩到,如图B-1所示。之后,在如图B-2所示,选择你要解压到的路径/目录。

wKioL1nFu8mAvA7aAAGUbPufNXw774.png-wh_50

                             图B-1     

                    B-2

 

5、这里我选择/home目录,之后您也可以手动打开/home目录,发现里面就有解压好的文件包。如下图B-3所示。

 

B-3

 

6、之后,通过终端界面进入vmware-tools-distrib目录下,列出文件目录。可以看到文件vmware-install.pl 输入 cd /home/vmware-tools-distrib 或者先cd /home,再输入cd vmware-tools-distrib进入目录,如图B-4所示。然后输入 ./vmware-install.pl 进行安装

 

                                                                               B-4

7. 在终端上进行vmware tools的安装,如下图C-1所示。

                         

            图C-1

 

8下面就是根据提示,yes之类的了,最后安装结束后,重启即可。

(关于此步骤,作者本人忘记做记录了,该步骤下面的安装提示摘抄参考360回答

 

# 安装过程的画面,全部使用默认值,一直按 Enter 就对了   

In which directory do you want to install the binary files?  

[/usr/bin]  

 

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?  

[/etc/rc.d]  

 

What is the directory that contains the init scripts?  

[/etc/rc.d/init.d]  

 

In which directory do you want to install the daemon files?  

[/usr/sbin]  

 

In which directory do you want to install the library files?  

[/usr/lib/vmware-tools]  

 

Thepath "/usr/lib/vmware-tools" does not exist currently. This programisgoingto create it, including needed parent directories. Is thiswhatyou want?  

[yes]  

 

In which directory do you want to install the documentation files?  

[/usr/share/doc/vmware-tools]  

 

Thepath "/usr/share/doc/vmware-tools" does not exist currently.Thisprogram isgoing to create it, including needed parent directories.Isthis what you want?  

[yes]  

 

The installation of VMware Tools 5.5.1 build-19175 for Linux completed  

successfully. You can decide to remove this software from your system at any  

time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".  

 

Before running VMware Tools for the first time, you need to configure it by  

invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want  

this program to invoke the command for you now? [yes]  

..................

(以下省略一大堆安装提示和确认步骤,总之一直按Enter就是回车键),就ok)

 

 

9. 检验是否安装成功。先从真机上随便找几个文档复制即可。如图D-1所示。

 

D-1

 

10. 之后在虚拟机上进行复制。如图D-2所示。

 

D-2