Created
July 13, 2016 05:41
-
-
Save loinguyenduc101/ce20fbfae9344a73cdbbadffeb7bc4f0 to your computer and use it in GitHub Desktop.
install VMware Tools on Centos 6 with yum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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