

VMware Tools is a set of utilities that improves the interaction of the virtual machine and the cloud platform, increases the performance of the operating system in the virtual machine, and also improves the management functions of the virtual machine. This guide will help you install VM Tools for each installation. Therefore, it is recommended for better usage of Kali Linux to install vmware tools in the virtual machine.

If you use Kali Linux and want to run it in a virtual machine environment as a guest system, you may have some problems. There are many articles teach you how to install Open-VM-Tools but not the official VMware tools. :/opt/vmware-tools-patches$Īfterwards, reboot Kali Linux and when it starts back up, VMware Tools should be now functioning.In this tutorial, we will learn How to install vmware tools in kali linux. :~$ cp -f /media/cdrom/VMwareTools-*.tar.gz ~/downloads/ Once the VMware Tools ISO has been attached to the Virtual Machine, copy the installer to the downloads directory and then run the installer script from the Git repository: :~$ sudo mkdir -p /media/cdrom/ Next, mount the VMware tools ISO by clicking “ Install VMware Tools” from the appropriate menu in VMware’s Window. :~$ sudo git clone /opt/vmware-tools-patches/

:~$ sudo apt install -y git gcc make linux-headers-$( uname -r ) Preparingįirst, we need to make sure to install any package and also make a local copy of the Git repository: :~$ sudo apt update We utilise a set of VMwareTools patches to facilitate the installation. The latest version of VMwareTools at this date does compiles against our kernel, albeit with several warnings. You can find the latest version here: Install VMware Guest Tools.Īs of September 2015, VMware recommends using the distribution-specific open-vm-tools (OVT) instead of the VMware Tools package for guest machines (as in this guide).
