CentOS7 virtual machine installation vmtools

Direct start:

Before installing vmtools, you need to install two small parts, otherwise the installation fails.

Here are the steps:

1, to root mode, root password, but not displayed.

Command is: 

its

 

 

2, install gcc

Command is:

yum install gcc

 

 

Wait until appears: "finished," the end of the word, as shown:

 

3, install kernel

Command is:

yum install kernel-devel-$(uname -r)

 

 

 Wait for the "complete" word can be.

 

4, installation vmtools.

What's not to say the decompression, the root authority to enter into the open after you unzipped folder by cd command, and then execute the following code:

 

./vmware-install.pl

 

 Then the way to enter, if asked, y / n, etc., enter y, press Enter.

Finally, wait for the results:

 That installation was successful.

 

Guess you like

Origin www.cnblogs.com/Believe-oneself/p/11480582.html