How to Install VMware Workstation on Ubuntu 24.04 LTS

A step-by-step guide to installing VMware Workstation on Ubuntu 24.04 LTS, ensuring a seamless virtualization experience from start to finish.

If youโ€™re looking to run multiple operating systems side-by-side on your Ubuntu 24.04 LTS (Noble Numbat) machine, youโ€™ve landed in the right place.

VMware Workstation is a powerful virtualization tool that makes it a snap to set up and manage different environments without juggling separate computers.

Whether youโ€™re an absolute beginner or a seasoned Linux user who just wants a refresher, in this guide, I will walk you through every step of the installation processโ€”from downloading the right packages to handling those occasional curveballs that might pop up along the way.

By the end of this tutorial, you’ll have a smoothly running VMware Workstation instance that is perfectly set up to handle all your virtualization needs.

But before we dive in, letโ€™s briefly explore system requirements and set up some dependencies.

Prerequisites

VMware Workstation runs on standard x86-based hardware with 64-bit Intel or AMD processors. The system requirements are:

  • A compatible 64-bit x86/AMD64 CPU (AMD CPU with AMD-V support / Intel CPU with VT-x support)
  • 2 GB RAM minimum (4GB RAM or more recommended)
  • Windows or Linux host operating system

Before moving on to the steps below, our first thing to do is install some mandatory software dependencies so our Ubuntu 24.04 LTS system can build the needed VMware kernel modules.

Itโ€™s simple โ€“ open the terminal app and run the following command:

sudo apt install build-essential linux-headers-$(uname -r)Code language: Bash (bash)

Step 1: Register a New Broadcom Account

VMware Workstation is free to download, install, and use for personal purposes (more on that here). However, you must first have a valid Broadcom Support Portal account to access the download.

So, to get started, open your browser, go to support.broadcom.com, click the โ€œRegisterโ€ button, and complete the account registration procedure.

Register for a new Broadcom account.
Register for a new Broadcom account.

Step 2: Download VMware Workstation

After completing your registration, youโ€™ll be logged into the Broadcom support portal. From there, use the dropdown menu at the top right corner (as shown in the screenshot below) and select โ€œVMware Cloud Foundation.โ€

Go to the โ€œVMware Cloud Foundationโ€ section.
Go to the โ€œVMware Cloud Foundationโ€ section.

From the page you will be redirected to, click on โ€œMy Downloadsโ€ from the menu on the left. In the search box, type โ€œworkstation,โ€ and the results will be filtered automatically. From there, choose โ€œVMware Workstation Pro.โ€

Access the downloads section.
Access the downloads section.

On the next page, look for โ€œVMware Workstation Pro XX.X for Linuxโ€ and pick the latest major versionโ€”currently, it is 17. From there, youโ€™ll see a list of minor versions. Choose the most recent one and click on it.

Download VMware Workstation Pro for Linux.
Download VMware Workstation Pro for Linux.

Alright, weโ€™re nearly there. Just one final step. On the next page, click the download icon and let the VMware Workstation Pro for Linux file finish downloading.

Download VMware Workstation Pro for Linux.
Download VMware Workstation Pro for Linux.

Step 3: Make the File Executable

The VMware Workstation Pro file you downloaded has a โ€œ.bundleโ€ extensionโ€”thatโ€™s completely normal. But before we can install it, we must make this file executable.

To do this, navigate to the folder where it is and run the following command, making sure to replace the name below with the actual one of the file you downloaded:

chmod +x VMware-Workstation-Full-17.6.1-24319023.x86_64.bundleCode language: Bash (bash)

Step 4: Install VMware Workstation on Ubuntu 24.04 LTS

Weโ€™re all set. Run the VMware Workstation installer with administrative privileges by simply prefixing the filename (which has already been made executable) with sudo.

sudo ./VMware-Workstation-Full-17.6.1-24319023.x86_64.bundleCode language: Bash (bash)

The progress of the VMware Workstation installation on your Ubuntu 24.04 system will be shown in the terminal. So, wait for the operation to complete, which takes around a minute or less.

Install VMware Workstation Pro on Ubuntu 24.04 LTS.
Install VMware Workstation Pro on Ubuntu 24.04 LTS.

Step 5: Make Initial VMware Workstation Initialization

Start VMware Workstation from your application launcher by searching for โ€œworkstationโ€ and then click to run the same when its icon appears.

Start VMware Workstation on Ubuntu 24.04 LTS.
Start VMware Workstation on Ubuntu 24.04 LTS.

The app will start. All that is left is to complete the initial setup, but donโ€™t worry โ€“ it happens quite quickly on a next-next-finish basis. First, accept the End User License Agreement and hit โ€œNext.โ€

Accept End User License Agreement.
Accept End User License Agreement.

Another End User License Agreement will greet you. Accept it and confirm with the โ€œNextโ€ button.

Accept End User License Agreement.
Accept End User License Agreement.

On the following screen, you will be asked if you want the application to check for available updates automatically when you start it. Make your choice and then press the โ€œNextโ€ button.

Enable automatic check for updates.
Enable automatic check for updates.

Choose whether to participate in the VMware Customer Experience Program (CEIP) and click โ€œNext.โ€

Choose whether to participate in the VMware CEIP program.
Choose whether to participate in the VMware CEIP program.

From the next screen, select that you want to use VMware Workstation Pro on your Ubuntu 24.04 LTS system with a free license for personal use unless you already have a paid one. If this is the case, enter it in the box provided. Finally, press the โ€œFinishโ€ button.

Choose the VMware Workstation license type.
Choose the VMware Workstation license type.

You will be prompted to enter your user password to apply the settings. Enter it and click the โ€œAuthenticateโ€ button to confirm.

Apply the settings made.
Apply the settings made.

Thatโ€™s all! You can start creating new VMs with VMware Workstation by hitting the โ€œCreate a New Virtual Machineโ€ button and exploring the virtualization worldโ€™s possibilities.

VMware Workstation Pro is successfully installed and running on Ubuntu 24.04 LTS.
VMware Workstation Pro is successfully installed and running on Ubuntu 24.04 LTS.

Install Open VM Tools

Finally, hereโ€™s something that will make using VMware Workstation guest operating systems much more enjoyable.

After installing each Linux guest, donโ€™t forget to install Open VM Tools inside it. These are a set of open-source virtualization utilities designed to enhance the performance and functionality of virtual machines running on VMware platforms.

Open VM Tools provide a range of features, such as better graphics performance, improved network connectivity, file transfer between a host and guest, improved memory management, enhanced support for virtualized hardware devices, etc.

They are available for various operating systems and are designed to work seamlessly with VMware Workstation.

For Debian-based (Ubuntu, Linux Mint, etc.) guest VMs, the command will be:

sudo apt install open-vm-toolsCode language: Bash (bash)

For RPM-based Linux guest VMs such as Fedora, Red Hat, AlamLinux, Rocky Linux, Oracle Linux, etc.:

sudo dnf install open-vm-toolsCode language: Bash (bash)

The Arch-based guest VMs, such as Manjaro, EndeavourOS, Garuda Linux, etc., need to run the following:

sudo pacman -S open-vm-toolsCode language: Bash (bash)

openSUSE users need to run the following:

sudo zypper install open-vm-toolsCode language: Bash (bash)

After the installation, reboot your guest virtual machine so the system can apply the changes made by installing the Open VM Tools into its kernel.

How to Uninstall VMWare Workstation

If, for some reason, you decide to uninstall VMware Workstation from your Ubuntu 24.04 LTS system, you can do it easily by running the command below. Ensure all virtual machines are first stopped, and the application is not running.

sudo vmware-installer -u vmware-workstationCode language: Bash (bash)
Uninstalling VMware Workstation.
Uninstalling VMware Workstation.

Conclusion

All in all, youโ€™ve now successfully installed the VMware Workstation, running smoothly on your Ubuntu 24.04 LTS system. It gives you a powerful way to run multiple operating systems side-by-side without the hassle of constantly rebooting or juggling multiple physical devices.

However, VMware Workstation isnโ€™t the only player in the virtualization gameโ€”VirtualBox is another excellent and reliable option. If youโ€™re thinking about giving it a try, weโ€™ve got you covered with a step-by-step guide on setting it up in Ubuntu 24.04LTS.

Finally, users can visit VMware Workstationโ€™s official documentation for more information.

I hope this guide has made the process smooth and approachable. As always, if you have any questions or just want to share an opinion about the steps outlined above, leave a comment below. Happy virtualizing!

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 69%