Today in the computer's virtual machine installed a bit of VMware Tools, toss a lot of effort, only to install successfully. So, write a tutorial, hope like me as small white less take a detour. Gossip less, above figure. 1. Open the Ubuntun terminal, enter the following two commands separately
Apt-get Install build-essential
apt-get install linux-headers-$ (uname-r)
2. After the first step is completed, click on the Virtual Machine tab, and if you have already installed VMware tools, click "Re-vmware Tools".
3. After the completion of the second step, the Ubuntu system will have a file of VMware tools in the file directory, you can see the following interface:
4. Next you need to use the command line to complete the installation of VMware Tools, first enter the following command (decompression of the compressed package): tar-zxf/media/sh/vmware\ tools/vmwaretools-10.0.6-3595377.tar.gz-c/tmp
5. After the decompression is completed, enter the command cd/tmp/vmware-tools-distrib/, enter the root directory of the extracted files, and then enter LS to see if there is a VMware Tools installation program under the current directory vmware-install.pl
6. If present, enter vmware-install.pl, carriage return
7. Always enter until the following interface appears, OK
8. Shutdown (shut down)
9. Back to the VMware interface, click on the virtual machine-> set-> option, the following interface appears
10. Select "Always enable", click "Add",
11. The Add Shared Folder Wizard appears, after you have chosen the folder or file you want to share
12. Check "Enable this share" and click Finish.
13. Open the virtual machine again, enter Ubuntu, enter the file directory, select "Mnt"-> "Hgfs"
14. The folders that you share
15. Above is the process of VMware Tools installation