Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Potassium Linux: How to Install Vmware Tools on Kali Linux

Understand Potassium Linux: How to Install Vmware Tools on Kali Linux with clear explanations, practical examples, and useful tips. This updated guide...

Table of Contents

Potassium Linux: How to Install Vmware Tools on Kali Linux is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

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

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 1

The update process is running:

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 2

This is an update now.

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 3

Next, we need to install Kali Linux 2 headers with the command:

  •  apt-get install -y linux-headers-$(uname -r) 

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 4

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.

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 5

Just outside Kali Linux's Desktop will appear the icon of the VMware Tools installation disk:

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 6

Click on Open With Files on the pop-up menu in Kali Linux.

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 7

Extract the file VMwareTools-9.x.tar.gz by right-clicking on the file and selecting Extract To.

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 8

Select the folder containing the extract file, in this example the / tmp directory.

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 9

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 

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 10

After installation is complete, you need to restart the virtual machine.

 reboot 

Potassium Linux: How to Install Vmware Tools on Kali Linux example image 11

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!

FAQ

What should you know about 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.

What should you know about 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:

What is Potassium Linux: 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.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.