CyberKeeda In Social Media

How to install VMWare tools from rpm using VMWare repository.



We got this requirement, when our Linux beginners folks tried to install the vmware tools from source / tar ball, they went through a lot of difficulties.

Everyone is not so comfortable while installing any application from source code, and some times i too went through a lot of challenges , the best fix is find the relevant RPM fro it and install it from one line command at all.

Somehow, i managed to find the vmware-tools repository from vmware itself.

Find and download the appropriate repos that fulfill your requirement:  

http://packages.vmware.com/tools/esx/latest/repos/index.html

http://packages.vmware.com/tools/esx/index.html.

And the below link is for latest packages and updates 

http://packages.vmware.com/tools/esx/latest/index.html 

Download and install the respective repo and install it from yum command

[root@localhost ~]# wget https://packages.vmware.com/tools/esx/latest/repos/vmware-tools-repo-RHEL6-10.0.9-1.el6.x86_64.rpm

[root@localhost ~]# rpm -Uvh vmware-tools-repo-RHEL6-10.0.9-1.el6.x86_64.rpm

Once done, you can simply run the YUM tool to install the packages

[root@localhost ~]#  yum install -y vmware-tools-esx-nox

And if your linux box has not access to internet, download from the corrosponding repos from your desktop and copy it into your linux box.

Once you have the packages, you can simply install it from rpm command line.

# rpm -Uvh vmware-tools-esx-nox-10.0.9-1.el6.x86_64.rpm

It might ask for dependencies too, you can find the dependencies from the same link , download and complete your installation.


No comments:

Post a Comment

Designed By Jackuna