How to install vmware tools on Ubuntu
To install VMware Tools on Ubuntu, you need to follow these steps:
- Open the VMware virtual machine and then select “Virtual Machine” > “Install VMware Tools” from the main menu.
- An optical disk image containing the VMware Tools installation program will be automatically mounted in the virtual machine.
- Elevate to root privileges and mount the CD-ROM device to the /mnt directory.
- Extract the contents of the VMware Tools tar.gz file to the /tmp/ directory.
- version
- Navigate to the directory /tmp/vmware-tools-distrib/
- Run the script vmware-install.pl with elevated privileges.
- Restart the system using the superuser command “reboot”.
Once these steps are completed, VMware Tools will be installed in the Ubuntu virtual machine.