


I ran into this when I upgrade the version of VMWare on my host, and followed its instructions for updating the client.Īfter I'd mounted the virtual CD image, untarred and ran the installed, I saw the message: $ cp /media/my_username/VMware\ Tools/VMwareTools-9.6. To correct "Error: Unable to execute "/usr/bin/." do a sudo copy of the from the new vmware tools you want to install to the location it is looking for it (typically /usr/bin)Īs an example, I usually open a terminal and change directory to /tmp then click on VMware menu Manage then option "Reinstall VMware Tools." then (once VMware mounts its CDROM of latest tools) copy tar from read-only CDROM to /tmp as below (based on a version 9.6.1-1378637) $ cd /tmp $sudo apt-get install linux-headers-3.5.0-46-generic build-essential I added build-essential to apt-get because you always need it for vmware tools. Might end up needing to do this even after a 'sudo apt-get install build-essentials' when you update to a leading edge kernel via 'sudo apt-get dist-upgrade' or manually. To install the kernel headers needed by vmware tools run uname -r (to get kernel name) and apt-get below. Pressing Ctrl-C during vmware-install can cause the "Error: Unable to execute "/usr/bin/." in several cases in general. I would summarize issue as aborting a vmware-install when kernel headers not found. I solved this same problem doing fixes below.
