Configure open-source vmware-tools

By | May 8, 2023

Generate the vmware.repo file with so that you can install the files with yum:

echo '[vmware-tools]' > /etc/yum.repos.d/vmware.repo
echo 'name=VMware Tools' >> /etc/yum.repos.d/vmware.repo
echo 'baseurl=http://packages.vmware.com/tools/esx/5.5latest/rhel6/$basearch' >> /etc/yum.repos.d/vmware.repo
echo 'enabled=1' >> /etc/yum.repos.d/vmware.repo
echo 'gpgcheck=1' >> /etc/yum.repos.d/vmware.repo

Import the keys so that you can validate the packages:

rpm --import 'https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub'

If you need X graphics install it like this:

yum -y install vmware-tools-esx

If you don’t:

yum -y install vmware-tools-esx-nox