How to Install VMware Workstation Pro on Linux

Written by

in

vmware workstation pro,linux May 23, 2024

On May 13, 2024, VMware announced that it is no longer requiring a subscription fee to use its Workstation Pro virtual machine program for personal use.

VMware Workstation Pro is a virtual machine manager developed by VMware – which is now owned by Broadcom – that offers some advanced virtualization features and options. The software is proprietary and is not open source, but it is available free of charge as of the mentioned date earlier.

For Linux users, this could be a huge benefit for some of them.

Traditionally, KVM-powered emulators like QEMU performed best when it comes to performance running Linux-based distributions or other Unix-like operating systems. However, Windows virtual machines have a poor performance on KVM/QEMU, especially if you desire 3D acceleration for activities like gaming or design.

80% of our readers are blocking ads. Consider leaving a small donation in order to keep the website running or become one of our supporters on Patreon for many perks and a %100 ad-free account on our website!

Installing VMWare Workstation Pro on Linux

If your workflow depends a lot on having a fully-powred Windows virtual machine up and running, then perhaps it would be wise to set up VMware Workstation Pro on Linux to get the most out of it. Currently, this is the best solution for running Windows virtual machines on Linux.

This article explains how you can get the software for free and install it on Linux.

Register an account on Broadcom Website

The first step would be to register a free account on the Broadcom website so that you can download the software for free. The process is simple and straightforward, but will just require you to accept a bunch of terms and conditions that you will never read.

Once you register your account on the website, you will need to activate your account via a verification link sent to your email address.

Once you do that, then your account will be ready for the next step.

Grab a Free Copy of VMware Workstation Pro

Simply head to the downloads section for VMware Workstation Pro on the company’s website. You should have a screen like the following:

vmware workstation pro,linux May 23, 2024

Select the latest VMware Workstation Pro version available for Linux, which is 17.5.2 at the time of writing this article, and click on the version number.

It may ask you to accept another end-user license agreement, but afterward, you will be able to download the software by clicking the download link:

vmware workstation pro,linux May 23, 2024

Install The Software

Installing VMware Workstation Pro on Linux is a straightforward process; just assign execution permissions to the downloaded binary file with this command (don’t forget to replace the file name if it is different):

chmod +x VMware-Workstation-Full-17.5.2-23775571.x86_64.bundle

And then run it with sudo permissions with the following command:

./VMware-Workstation-Full-17.5.2-23775571.x86_64.bundle

Now just like any classical .exe program on Windows, you will be greeted with a setup wizard and at each step, you will be asked to select or toggle some options according to your own needs:

vmware workstation pro,linux May 23, 2024

Just make sure to select the “personal use” option at this step so that things don’t break for you:

vmware workstation pro,linux May 23, 2024

That’s about it.

Start Launching Virtual Machines with VMware

Once finished, you will find VMware Workstation Pro available in your system application:

vmware workstation pro,linux May 23, 2024

If you try to launch it for the first time, it will tell you that it needs to install further kernel modules to run the VMware virtualization program, click on Install:

vmware workstation pro,linux May 23, 2024

Once done, the software will be up and running:

vmware workstation pro,linux May 23, 2024

You can now create the Windows virtual machines you want using the software. The performance should be near bare-metal performance like the one you get on a native Windows installation, or at least, as much as possible to it on any Linux environment.

80% of our readers are blocking ads. Consider leaving a small donation in order to keep the website running or become one of our supporters on Patreon for many perks and a %100 ad-free account on our website!

Conclusion

So this is everything you need to start running high-performance Windows virtual machines on Linux using the VMware Workstation program. Remember that the software is proprietary and is available only free of charge for personal use. For commercial use, you would still have to pay for the software.

Nonetheless, it is nice that Linux users who are in need to keep a Windows VM up and running can easily do this process now free of charge and with less hassle than before.

If you have any further questions about this tutorial, then feel to ask them in our forums.

Newsletter

Subscribe to our newsletter to get the latest news and finest articles about open source matters and developments. We don’t spam, and we rarely email you per month.

Comments

5 responses

  1. richardstevenhack Avatar
    richardstevenhack

    Won’t run on anything but supported Linux. Won’t run on openSUSE Tumbleweed. I spent half a day trying.

  2. David Weikel Avatar
    David Weikel

    I’m migrating from Workstation Player 17 to Workstation Pro on Linux home lab boxes. I’ve tried to install Workstation Pro 17.5.1 and 17.5.2 on a Ubuntu 22.04 and 20.04 box and both fail to give me the option to skip the license key for personal use. I successfully removed Player in both cases using vmware-installer -u vmware_player before running the CLI installer shell script. Everything looks good until the license key screen. The only two choices are to enter the key or start a 30 day trial, which I did on one box and everything works just fine and it opens my existing .vmx machines. It just keeps telling my days are numbered. I even went back and stripped this one and reinstalled intending to not select the trial but the installer must have hidden a file someplace because it knew I had started a trial version. Thanks to your screen shots, I can see I’m using the same build files and have the same MD5 hash. And by the way, on the Broadcom site, they have download for personal and download (presumably for commercial) and the files have the same build numbers! Any thoughts?

    1. M.Hanny Sabbagh Avatar
      M.Hanny Sabbagh

      Just a thought, did you download the software from Broadcom after you have logged in using your new account that you created? Some people downloaded the software using FTP from VMware website, which caused them to have problems like the ones you describe. However, if you create a new account on Broadcom website and download the software like we described (after accepting multiple EULAs) then this shouldn’t be happening.

      Also another thought: Make sure you have downloaded the software from under the “for personal use” tab, and not just the “Linux” version: https://i.imgur.com/rnYj41J.png

      If the issue persists then I would recommend asking in the Broadcom help portal where you might get additional help: https://community.broadcom.com/vmware-cloud-foundation/browse/allrecentposts

  3. Ram Sambamurthy Avatar
    Ram Sambamurthy

    Do you know if there’s any difference with running Windows on host Linux comparing VMWare and VirtualBox?
    you made a statement that on vmware, it runs close to bare metal. how does that compare using VirtualBox?

    1. M.Hanny Sabbagh Avatar
      M.Hanny Sabbagh

      VMware is definitely much better in running Windows hosts than VirtualBox. The performance of VMware with 3D Windows acceleration is unmatched.

Leave a Reply

Your email address will not be published. Required fields are marked *