Skip to content

Instantly share code, notes, and snippets.

@dtolj
Created June 20, 2011 18:45
Show Gist options
  • Save dtolj/1036260 to your computer and use it in GitHub Desktop.
Save dtolj/1036260 to your computer and use it in GitHub Desktop.
vmware tools linux
Copy the following text into /etc/yum.repos.d/vmware-tools.repo
[vmware-tools]
name=Vmware-tools
baseurl=http://install.linux.duke.edu/pub/linux/vmwaretools/centos-5/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-linux-at-duke
gpgcheck=1
enabled=1
[vmware-tools-test]
name=Vmware-tools
baseurl=http://testing.linux.duke.edu/pub/linux/vmwaretools/centos-5/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-linux-at-duke
gpgcheck=1
enabled=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment