How to install vmware tools?
- by Tom
I installed my Ubuntu in vmware, no I need install vmware tools, I got error:
Searching for a valid kernel header path...
The path "" is not valid.
Would you like to change it?[yes]
In CentOS, I run the following command to resolve this issue:
yum install gcc-c++
yum install kernel-devel
yum install kernel-headers
yum -y update kernel
…