Linux ETC

CentOS 5/6 에 VMware Tools 설치 방법


1. GPG key Import

root@hostway # rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub

root@hostway # rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub


2. yum repository 작성

root@hostway # cat /etc/yum.repos.d/vmware-tools.repo


[vmware-tools]

name=VMware Tools

baseurl=http://packages.vmware.com/tools/esx/4.1latest/rhel6/$basearch

enabled=1

gpgcheck=1


3. VMware Tools 설치

root@hostway # yum -y install vmware-open-vm-tools-nox