Installing VMware tools under Centos 7

Make sure you've updated the OS as much as possible using
sudo yum update

# Do a reboot
sudo reboot

Then install the kernel-headers and developer packages as well as gcc
sudo yum install kernel-headers kernel-devel gcc

Then attach the VMware tools disk through the workstation/player interface and decompress the tgz.
Then you can run the install script and follow the instructions there.
sudo vmware-install.pl 

Comments

Popular posts from this blog

Enabling SNMP on an ASUS RT-N66U

Making Microsoft Dataverse OData queries using Postman

Debugging multiple PHP projects with VS Code and Laragon