Skip to content

Instantly share code, notes, and snippets.

@loind89
Created July 13, 2016 05:41
Show Gist options
  • Select an option

  • Save loind89/ce20fbfae9344a73cdbbadffeb7bc4f0 to your computer and use it in GitHub Desktop.

Select an option

Save loind89/ce20fbfae9344a73cdbbadffeb7bc4f0 to your computer and use it in GitHub Desktop.
install VMware Tools on Centos 6 with yum
# touch /etc/yum.repos.d/vmware.repo
# vi /etc/yum.repos.d/vmware.repo
[vmware-tools]
name=VMware Tools for Red Hat Enterprise Linux $releasever - $basearch
baseurl=http://packages.vmware.com/tools/esx/latest/rhel6/$basearch
enabled=1
gpgcheck=1
gpgkey=http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub
# yum install vmware-tools-esx-nox
# yum update vmware-tools-esx-nox
# yum remove vmware-tools-esx-nox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment