Home Ubuntu How to Install VMware Workstation Pro on Ubuntu 20.04

How to Install VMware Workstation Pro on Ubuntu 20.04

Creating a virtual machine is the most suitable solution if you want to go on a test drive of a new operating system without installing it on bare metal alongside your primary Operating System.

It gives you the flexibility to use multiple operating systems directly from your host operating system and also delete or reinstall it any number of times.

Now, to create virtual machines on a host system, VMware provides desktop virtualization software called VMware Workstation. The software is available in two variants: VMware Workstation Pro and VMware Workstation Player.

[ You might also like: Getting Started with VirtualBox in Linux ]

VMware Workstation Player is free software (not open source) available only for personal and non-commercial use. While Workstation Pro is a paid and extended version of Workstation Player providing better UI and more advanced features like UEFI Secure Boot and Snapshots.

In this article, I’ll show you how you can install VMware Workstation Pro 16 on Ubuntu 20.04 to set up and use multiple virtual machines (Guest OS) on your single physical machine (Host OS).

You can also follow the below installation step to install VMware Workstation Player on Linux by downloading it from the official page.

System Requirements for VMware Workstation Pro

If you want to run a 64-bit guest OS as a virtual machine, your host system must use either Intel CPU with VT-x support or AMD CPU with AMD-V support.

The host system should also have at least 2GB of RAM. For a better experience, you can have 4GB or above of RAM and disk space based on the space, you’ll allocate to the virtual machine.

Install VMware Workstation Pro On Ubuntu 20.04

Go to the VMware download page and click on “Download Now”. It will download the .bundle file (VMware-Workstation-Full-16.1.2-17966106.x86_64.bundle), which is basically a shell script with embedded binary data.

Once you download the file, you can simply run the below command with root privileges to install VMware software.

$ sudo bash VMware-Workstation-Full-16.1.2-17966106.x86_64.bundle
Install VMware Workstation Pro in Ubuntu
Install VMware Workstation Pro in Ubuntu

If you successfully install VMware in the last step, you can skip this step as it is just another method to install Workstation Pro. In this method, you can install the VMware .bundle file by first changing permission to make the file executable using either Properties (GUI way) or chmod command.

$ sudo chmod +x VMware-Workstation-Full-16.1.2-17966106.x86_64.bundle
$ sudo ./VMware-Workstation-Full-16.1.2-17966106.x86_64.bundle

Before you open the VMware, you also need to install the required build packages unless you’ll get the below dialog box.

VMware Kernel Module Updater
VMware Kernel Module Updater

Run the command to install build packages that contain GCC, Binutils, and other important utility:

$ sudo apt install build-essential

Post Installation of VMware Workstation Pro in Ubuntu

Now, you can go to Activities, search for “vmware” and open the VMware Workstation Pro. As you can see, installing Workstation Pro also install the Workstation Player.

Start VMware Workstation Pro in Ubuntu
Start VMware Workstation Pro in Ubuntu

When you open the VMware, you’ll also get a prompt to install the required kernel modules. So, just click on “Install” and after installation, you will be headed to the one-time configuration page.

VMware Kernel Module Install
VMware Kernel Module Install

Before you start using VMware to create virtual machines, you first need to go through a configuration setup. As usual, the process starts with accepting the terms and clicking on next with the default configuration value.

VMware Workstation Pro License
VMware Workstation Pro License

Here, if you’ve already bought the license for Workstation Pro, you can enter the license key. Or else, you can choose the free trial version for 30 days and configure the license later.

VMware Workstation Pro License Key
VMware Workstation Pro License Key

If all finish well, you’ll land on the home page of the VMware Workstation Pro 16 for Ubuntu.

VMware Workstation Pro Running on Ubuntu
VMware Workstation Pro Running on Ubuntu

Enter Licence Key For VMware Workstation Pro 16

If you’ve missed entering the license key while installing VMware Workstation Pro, you can also enter the key after installation. The easiest way is to click on the “Enter a license key” button present on the home tab and enter the 25-character license key in a dialog box.

Enter VMware Workstation Pro License Key
Enter VMware Workstation Pro License Key

Or, you can also go to the Help menu and select the “Enter Serial Number…” option.

VMware Workstation Pro Serial Number
VMware Workstation Pro Serial Number

Uninstall VMware Workstation Pro 16 On Ubuntu

At some point, if you wish to completely remove VMware Workstation Pro from your Ubuntu system, you can easily uninstall it using the “vmware-installer” command.

You can first check the VMware products you’ve installed on your system and note down the name.

$ vmware-installer --list-products
Or
$ vmware-installer -l
Check VMware Workstation Installation
Check VMware Workstation Installation

Then using the below command you can uninstall it completely.

$ sudo vmware-installer --uninstall-product vmware-workstation
Or
$ sudo vmware-installer -u vmware-workstation
Uninstall VMware Workstation Pro in Ubuntu
Uninstall VMware Workstation Pro in Ubuntu

For more information about configuration, you can check out the official documentation of VMware Workstation Pro 16.

Sarvottam
Sarvottam Kumar is a software engineer by profession with interest and experience in Blockchain, Angular, React and Flutter. He loves to explore the nuts and bolts of Linux and share his experience and insights of Linux and open-source on the web/various prestigious portals.

Each tutorial at UbuntuMint is created by a team of experienced writers so that it meets our high-quality standards.

Was this article helpful? Please add a comment to show your appreciation and support.

Got something to say? Join the discussion.

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published or shared. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.