Install vmware-tools for Ubuntu

After mount cdrom

cd to the cdrom folder
EX:

cd /media/USERname/VMware\ Tools/

extract to another folder

tar -zxvf VMwareTools-10.1.5-5055693.tar.gz -C ~/vm   #tar -zxvf archive.tar -C /target/directory

change to the folder

cd ~/vm/vmware-tools-distrib/

run installation script

sudo ./vmware-install.pl 

done
🙂