This article provides steps to install VMware Tools in a Linux guest operating system using Compiler.
Note:
mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/VMwareTools-version.tar.gz /tmp/
ls /mnt/cdrom
# VMwareTools-5.0.0-12124.tar.gz
cd /tmp
tar -zxvf VMwareTools-version.tar.gz
cd vmware-tools-distrib
./vmware-install.pl
/usr/bin/vmware-toolbox &
umount /mnt/cdrom
cd
rm /tmp/VMwareTools-version.tar.gz
rm -rf /tmp/vmware-tools-distrib
If a symbolic link creation error occurs during installation, see Unable to create the symbolic link when installing VMware Tools in Linux (328775).
If running an unsupported distribution or using an unsupported kernel version and are not able to compile modules or install VMware Tools, VMware recommends exploring the community forum: https://community.broadcom.com/home. There are regular discussions on the forums about the latest development kernels and workarounds for building VMware Tools modules.
VMware tools can be uninstalled using the /usr/bin/vmware-uninstall-tools.pl
script. For related information, see Installing VMware Tools in vSphere (316546).
Note: VMware Tools no longer includes drivers for x Server 1.8 or higher. Ensure that these SVGA and mouse drivers are installed before installing VMware Tools:
xorg-x11-drv-vmware
xorg-x11-drv-vmmouse
If the drivers are not installed, VMware Tools installation will skip the x Windows configuration.
Additional Relevant KBs:
Installing and upgrading VMware Tools in vSphere
Unable to create the symbolic link when installing VMware Tools in Linux
VMware Tools fail to start after a Linux guest operating system kernel upgrade
Overview of VMware Tools
VMware support for open-vm-tools