December 29, 2017

How to install VWWare Workstation Player and update it with the latest VMWare Tools

###Installing VMWare Workstation in Windows’ host OS First, download the latest version of VMWare Workstation from the link. The latest version is “VMWare Workstation Player 14”.

Then, install it in your host machine

###Updating your VMWare Workstation with the latest VMWare Tools For training, I normally prepare the VMWare Ubuntu image. If you have prepared this yourself, you may want to update your image with the latest VMWare Tools. These tools allow you to resize your screen in a window’s host machine and to access to your local drive mount point which is /mnt/hgfs/C if you share your C drive.

In preparing this guide, I have followed the VMware Doc on Manually Installing VMware Tools on a Linux Virtual Machine.

####Procedure

  1. On the host, from the Workstation Player menu bar, select Player > Manage > Install VMware Tools. If an earlier version of VMware Tools is installed, the menu item is Update VMware Tools.
  2. In the virtual machine, open a terminal window. Type the following commands
cd 
tar zxpf /media/user/VMware\ Tools/VMwareTools-10.2.0-7259539.tar.gz 
cd vmware-tools-distrib/
sudo ./vmware-install.pl 

Finally, you can remove the distribution source itself

cd
rm -rvf /media/user/VMware\ Tools