How to Install And Run VMware Tool in Linux?
Last Updated :
23 Jul, 2025
Here, we will see how to install and run the VMware Tools in the Ubuntu Linux system. Virtualization means you can use the guest operating system on your main operating system. Sometimes they help you to do some tasks that are not performable to your current operating system, so you also use a virtual operating system, with the help of VMWare.
Prerequisite:
- At Least 2Gb Ram (Recommended)
- 20Gb of space in Hard Drive (Recommended)
Method 1: Using GUI.
Step 1: Download The VMWare WorkStation. First, go to the official VMWare site.
Navigate To : Products -> Workstation Pro -> Workstation Pro
Step 2: Install Some Prerequisite tools.
Some tools are dependencies of the VMWare Workstation, so we want to install them, follow the below steps.
- Open the terminal and navigate to the download folder.
- Give root privileges, and type password
sudo su
Step 3: Update packages.
apt update
Step 4: Install GNU Compiler and Build Essential tool to help with the installation process.
apt install gcc build-essential -y
Step 5: Extract The Downloaded VMWare File & Install
After doing the upper task, extract the download file. Open the terminal and type the below command And give permission and execute it.
chmod 777 [download_file_name]

sudo ./[download_file_name]
Wait until the installation process is done.

Method 2: Using CLI.
Step 1: Update your system with super admin.
sudo apt-get update
Step 2: Now download the Vmware file from the websites.
wget https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-16.1.0-17198959.x86_64.bundle
Step 3: Assign the permission for execution.
chmod a+x VMware-Workstation-Full-16.1.0-17198959.x86_64.bundle
Step 4: Now to the downloaded directory and execute the file.
bash ./VMware-Workstation-Full-16.1.0-17198959.x86_64.bundle

Step 5: Run the VMWare.
# vmware
How to Run Vmware
After installation is complete, search the VMWare icons and click them.
Agree with all agreements and click to next.
They have to ask you to key, click to trial and click to next.
Lastly, they ask you to enter your root password.
You have successfully done VMWare Tools on your Ubuntu Linux operating system, now you can use it
Similar Reads
How to install Kali Linux in VMware? Kali Linux is a popular distribution used for penetration testing, ethical hacking, and cybersecurity. Installing Kali Linux in VMware allows you to run it as a virtual machine, providing an isolated environment to practice hacking techniques and test security tools. VMwareâs virtualization capabili
4 min read
How to Install Tor on Linux? Tor browser is a web browser that is designed and developed to protect your privacy online and is mostly famous among normal people as a key for safely accessing hidden or restricted online resources, including those on the dark web. We will see what Tor is and how to install it on your Linux machin
5 min read
How to Install Parrot OS in VMware? Parrot Linux is a free and open-source GNU/Linux distribution based on Debian Testing. This operating system is majorly used for security research and penetration testing. It is the best Linux operating system for security beginners and experts. It has pre-installed a wide variety of tools required
4 min read
How to Install Xcode Command Line Tools? Xcode has a bundle of tools, used for development by developers to build apps for Apple platforms. Xcode also, easily lets the user manage the entire development workflow, creating the app, testing the app, optimizing the app, and submitting it to the App Store. Xcode is an IDE(Integrated Developmen
5 min read
How to Install Visual Studio Code in Red Hat Linux In this post, we will see How to Install Visual Studio Code in Red Hat Linux. Visual Studio Code (VSCode) is an important, open-source law editor that has gained immense fashionability among inventors for its inflexibility, expansive extension library, and integrated development terrain( IDE) featur
5 min read
How to install Virtualmin in Linux In this article, we will learn to install Virtualmin on Linux Operating System. Virtualmin is based on Webmin, a popular web server management user interface for Linux. It is a domain hosting and website control panel that enables the creation and management of multiple domains and simplifies automa
3 min read