I believe many of my friends like to use virtual machines to experience Ubuntu. But how can I install vmtools? Because many of my friends download the lite version, please download the VMtoolsforLinux thunder: // templates/And then load it.
I believe many of my friends like to use virtual machines to experience Ubuntu. But how can I install vm tools?
Because many of my friends download the lite version, please download VM tools for Linux first
Thunder: // thunder/
After the download is complete, load the image file and go to the Ubuntu System of the VM to perform terminal commands:
Cd/media/cdrom0 (to the optical drive directory)
Ls (view the list)
Tar xvfz VMwareTools-8.1.3-203739.tar.gz-C/tmp (decompress to the tmp folder)
Cd/(to the root directory)
Umount/media/cdrom0 (uninstall the optical drive)
Cd/tmp
Ls
Cd/vmware-tools-distrib
Ls
Sudo./vmware-install.pl (sudo assigned permission installation)
Enter Password
Press ENTER
Then the installation is complete.