Installation open vmware-tools sous Linux

Installation open vmware-tools sous Linux

###########
Linux 7
###########

#1
/usr/bin/vmware-uninstall-tools.pl

#2
yum list |grep -i vmware
yum remove

cd /etc/yum.repos.d ; vi vmware-tools.repo

[vmware-tools]
name = VMware Tools
enabled = 1
gpgcheck = 1

#Sauvegarder

yum install open-vm-tools -y
service vmtoolsd restart


###########
Linux 6
###########


yum install open-vm-tools -y

service vmtoolsd start