Every time I install a new Ubuntu VM, I find myself searching for that simplest method to install VMWare tools in Ubuntu Server 12.04. I always end up here for my answer. I just decided to keep it here for my own reference.
So, after choosing “Install VMWare Tools” for the particular VM in your list…
mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom ls /mnt/cdrom tar zxvf /mnt/cdrom/VMwareTools-x.x.x-xxxx.tar.gz -C /tmp/ cd /tmp/vmware-tools-distrib/ ./vmware-install.pl -d reboot



