How to install VmWare Tools on Kali Linux
Yes, with operating systems installed on VmWare virtual machines for testing, installing VMware Tools is essential, because if you don't, you'll encounter some errors such as:
- Virtual machine is not full screen.
- Do not copy the data between the virtual machine and the real machine.
- Could not update standard driver for virtual machine.
- .
In the article below, TipsMake.com will introduce, guide you how to install the main VMware Tools for Kali Linux on VMware Workstation virtual machine.
Review the article on how to install Kali Linux on a virtual machine VmWare Workstation.
1. What is VMware Tools?
You can understand that it is a combination of utilities to increase the performance of virtual machines installed by VMware Workstation, interacting with real machines. And installing VMware Tools is essential. More information about VMware Tools can be found here.
2. Steps to install VMware Tools on Kali Linux virtual machine:
First, we proceed to update, update Kali Linux. Open Terminal and type the following command:
- apt-get update && apt-get upgrade -y
The update process is running:
This is an update now.
Next, we need to install Kali Linux 2 headers with the command:
-
apt-get install -y linux-headers-$(uname -r)
This installation process will take about 10 - 15 minutes. Once installed, go to the virtual machine menu (press Ctrl + Alt simultaneously) and select VM> Install VMware Tools as shown below. This will extract the virtual CD-ROM drive containing the VMware Tools installation files.
Just outside Kali Linux's Desktop will appear the icon of the VMware Tools installation disk:
Click on Open With Files on the pop-up menu in Kali Linux.
Extract the file VMwareTools-9.x.tar.gz by right-clicking on the file and selecting Extract To.
Select the folder containing the extract file, in this example the / tmp directory.
Now everything is ready to install VMware-Tools. Open the terminal, enter the following command to install VMware Tools on Kali Linux 2 with default parameters:
cd / tmp / vmware - tools - distrib /
. / vmware - install .pl - d
After installation is complete, you need to restart the virtual machine.
reboot
Installation of VMware Tools on Kali Linux 2 is now complete. After Kali Linux 2 virtual machine starts, you can use the drag and drop file, change and customize the virtual machine screen.
Hope this article is useful to you, please like and share!
You should read it
- How to install and use Kali Linux on VmWare virtual machine
- Kali Linux installation instructions on VMware virtual machine in the most detailed
- VMware Workstation Player - Download VMware Workstation Player
- How to Install VMware Player
- Compare VMware Workstation Pro and VMware Workstation Player
- Top 5 tips for installing and using VMware virtual machine
- Instructions on how to install virtual machines with VMware
- Compare VirtualBox, VMWare and Hyper-V
May be interested
- 7 risks when booting dual operating systems Windows and Linuxhaving windows and linux installed on your computer can increase productivity and give users the option to try a new operating system. but this is always a potential risk, here are seven risks when installing dual boot users should know before installing a second operating system on a computer or laptop.
- Top 7 best free antivirus software for Linuxthere is a misconception that linux users do not need antivirus software. yes, linux performs better security than windows. however, antivirus software is necessary for any computer to provide maximum protection for users.
- Find security holes on every site with Niktothere are several tools and applications to find security vulnerabilities in web pages, but one of the simplest tools is nikto. this article will show you how to use nikto to check security holes on every site!
- Ubuntu Bash tutorial on Windows 10the windows 10 anniversary update update was released this summer, adding the ability to use bash to run linux applications according to the command. microsoft has provided a trial version of some of the features of anniversary update in build 14316 including bash in windows 10.
- Learn the file system and folders on Linux operating systemslinux and unix file systems are organized in a hierarchy similar to the structure of a hierarchical tree. the highest level of the file system is the root directory, denoted by a slash '/' (root directory).
- How to use Zsh (or other Shells) on Windows 10?bash shell is integrated into windows 10 anniversary update version is just a compatible class to run linux software on windows operating system. you can use the bash shell to run zsh or any shell you want.