How to install VMware Tools under CentOS7 under VMware

Open VMware first


Right click to select settings



Start CentOS system

Input

> mount -t auto /dev/cdrom /mnt/cdrom


If there is no cdrom folder under the mnt folder

> cd /mnt
> mkdir cdrom


Copy VMwareTools-10.1.6 to the data folder and unzip the installation


tar -zxvf VMwareTools-10.1.6-5214329.tar.gz

自己就会装很多
> cd vmware-tools-distrib
> ./vmware-install.pl

I got this error

It is recommended to install GCC and PERL before installation, and issue the command: yum install perl gcc kernel-devel.


Re-enter

 ./vmware-install.pl
Always default yes

Yes i got this wrong



Input

yum search ifconfig
yum install net-tools.x86_64


Ok then enter

> ./vmware-install.pl




All right

Published 19 original articles · praised 191 · 180,000 views

Guess you like

Origin blog.csdn.net/u013164931/article/details/74490232