Reinstall vmware tools on centos virtual machine in wmware workstation

Select the virtual machine to operate and start

Insert picture description here

Right-click the virtual machine and select "Reinstall VMware tools" in the menu bar that appears

Insert picture description here

Reinstall the successful interface

Insert picture description here

Open the terminal: Ctrl+Alt+T, start to unzip the file

enter:

tar zxvf VMwareTools-10.3.22-15902021.tar.gz

Insert picture description here
The above statement shows that the decompression is successful.

Install VMwareTools

Insert picture description here
input the command:

sudo ./vmware-install.pl

Insert picture description here
You will be prompted to enter the password, enter it, and then start the installation, and press Enter when prompted
Insert picture description here

The result of successful installation is shown in the figure above

Restart the virtual machine to complete the installation

Guess you like

Origin blog.csdn.net/qq_45154565/article/details/111465748