Vmware
Install Open VM Tools
Ubuntu, Debian, and Related OSes
Ensure that the package index is updated:
sudo apt-get update
If the VM has a GUI (X11, and so on), install or upgrade open-vm-tools-desktop:
sudo apt-get install open-vm-tools-desktop
Otherwise, use the command to install open-vm-tools:
sudo apt-get install open-vm-tools
RHEL, Fedora and CentOS
If the VM has a GUI (X11, and so on), install or upgrade open-vm-tools-desktop:
sudo yum install open-vm-tools-desktop
Otherwise, install open-vm-tools:
sudo yum install open-vm-tools
SLE and openSUSE
If the VM has a GUI (X11, and so on), install or upgrade open-vm-tools-desktop:
zypper install open-vm-tools-desktop
Otherwise, install open-vm-tools:
zypper install open-vm-tools
Parent topic: Installing VMware Tools
------------------------------------------------
------------------