VMWare Tools on Ubuntu
- First copy the VMware Tools from the mounted iso to the temporary folder
cp /media/cdrom/VMwareTools-1.0.3-44356.tar.gz /tmp/
Afterwards switch to the temporary folder and unpack the VMware Tools:
cd /tmp/
tar xvfz VMwareTools-1.0.3-44356.tar.gz
Next switch to the folder with the unpacked files and execute the installer:
cd vmware-tools-distrib/
sudo ./vmware-install.pl
Now you will be asked a few questions relating to installation paths etc. Choose the default value every time (simply hit enter).
