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
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
Post a Comment