Install vmware tools on ubuntu
The first thing that is important is that you will need to know is
that you have to install the compilation utilities, which aren't
installed by default. Run these commands to get you started:
sudo apt-get install build-essential sudo apt-get install linux-headers-`uname -r`
Now you'll want to navigate to the VM \ Install VMware Tools menu:
cp /cdrom/*.gz /tmp/ cd /tmp tar xvzf VM*.gz cd vmware* sudo ./vmware-install.pl