- Update the server
sudo apt-get update
sudo apt-get upgrade
- Change Directory
cd /media/cdrom
- Copy the tar file to your /tmp directory
sudo cp VM*.tar.gz /tmp
- Install Build tools if necessary
sudo apt-get -y install linux-headers-server build-essential
- Change Directory
cd /tmp
- Expand the tar
sudo tar xzvf VM*.tar.gz
- Change Directory
cd vmware-tools-distrib
- To prevent a potential error in the install script on Ubuntu 11.10+, create a special directory
sudo mkdir -p /usr/lib64
- Run the Install Script. The -d flag automatically answers the default to all questions. To customize it, just omit the -d.
sudo ./vmware-install.pl -d
- Reboot
sudo reboot