linux_wiki:vmware_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:vmware_tools [2015/12/09 15:45]
billdozor
linux_wiki:vmware_tools [2016/03/18 23:18]
billdozor [VMware Tools]
Line 6: Line 6:
  
 **Checklist** **Checklist**
-  * Install completed on CentOS 6.+  * Distro(s): Enterprise Linux 6/7 
 + 
 +---- 
 + 
 +===== Uninstall Previous Versions ===== 
 + 
 +Remove previous versions of vmware tools or the installer will complain. 
 + 
 +Uninstall previously installed compiled (tar) version of vmware tools<code bash>vmware-uninstall-tools.pl</code>
  
 ---- ----
Line 37: Line 45:
 ===== CentOS 7 - VMware Tools ===== ===== CentOS 7 - VMware Tools =====
  
-Create VMware Tools Repo +VMware tools is available in the CentOS 7 base repo.
-<code bash> +
-vim /etc/yum.repos.d/vmware-tools.repo +
-  +
-[vmware-tools] +
-name=VMware Tools +
-baseurl=http://packages.vmware.com/packages/rhel7/x86_64/ +
-enabled=1 +
-gpgcheck=1 +
-</code>+
  
-Import the repo key+Install
 <code bash> <code bash>
-rpm --import http://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub+yum install open-vm-tools
 </code> </code>
  
-Install +----
-<code bash> +
-yum install open-vm-tools-deploypkg +
-</code>+
  
  • linux_wiki/vmware_tools.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)