VMware Workstation is a software installed on a desktop and it facilitates the creation of virtual machines. This enables one to have Virtual machines of different operating systems running off the host resources. In this guide we are going to see how to install VMware workstation on Linux Mint.

Prerequisites

Before starting, ensure you have the following:

  • A 64-bit system.
  • Linux Mint 22 installed with an internet connection.
  • A non-root user with sudo privileges.

Step 1: Install Required Build Tools

Before installing VMware Player on Linux Mint, you first need to update your system and install the required packages using the commands below:

sudo apt update
sudo apt install wget gcc build-essential linux-headers-generic linux-headers-$(uname -r) -y

Step 2: Download VMware Workstation Pro Bundle

VMware can be downloaded from Broadcom, but you are required to register an account in order to acess the VMWare products. Proceed to create an account and then login the account.

How to Install VMware Workstation Pro on Linux Mint 01

After a successfull login, visit this page and then click on Download VMWare Workstation Pro:

How to Install VMware Workstation Player on Linux Mint 01

On the next page, click on the provided link:

How to Install VMware Workstation Pro on Linux Mint 02

Then click on VMWare Workstation Pro:

How to Install VMware Workstation Pro on Linux Mint 03

Now select VMWare Workstation Pro for Linux, and download the latest package:

How to Install VMware Workstation Pro on Linux Mint 04

Step 3: Install VMware Workstation Pro on Linux Mint

After downloading VMware Workstation Pro bundle to your Linux Mint, run the below commands to install:

VMware Workstation:

chmod +x VMware-Workstation-Full-*.x86_64.bundle
sudo ./VMware-Workstation-Full-*.x86_64.bundle

Installation will run and you will see an output telling you the installation was successful.

How to Install VMware Workstation Pro on Linux Mint 05

Step 4: Launch and Use VMware Workstation Pro on Linux Mint

Once installation is complete, it will add VMware Workstation icon to your system applications.

How to Install VMware Workstation Pro on Linux Mint 06

Click on it to launch your VMware Workstation. This will open an interactive wizard to complete VMware workstation set up. Accept the licence agreement and click next.

How to Install VMware Workstation Pro on Linux Mint 07

In the next page, accept to update and click Next:

How to Install VMware Workstation Pro on Linux Mint 08

The next page will ask you if you would like to join participate in VMware Customer Experience Improvement, choose what you prefer then click Finish. When done, VMWare Workstation should now launch and land you on the home page:

How to Install VMware Workstation Pro on Linux Mint 09

You are ready to proceed.

Step 5: Create a virtual machine on VMware Workstation

To create a virtual machine on VMware Workstation, click on Create a New Virtual Machine. For the type of VM configuration, select Typical then click Next:

How to Install VMware Workstation Pro on Linux Mint 10

In my case,I have already downloaded a iso image for Rocky Linux 9, which I am going to use to create a virtual machine. So in this page, I’ll select Use ISO image and browse to the Rocky Linux ISO image:

How to Install VMware Workstation Pro on Linux Mint 11

Next, configure the VM Name and the location to store the VM data then click Next:

How to Install VMware Workstation Pro on Linux Mint 12

Next, configure the disk size for your Virtual Machine, the recommended size for Rocky is 20GB which is fine for me, but you can increase your according to the hosts resources. Click Next:

How to Install VMware Workstation Pro on Linux Mint 14

And Now you are ready to create your VM, all you need to do is click Finish. If you wish to customize the hardware resources allocated, click Customize Hardware:

How to Install VMware Workstation Pro on Linux Mint 15

Adjust the resources to suit your needs then close the window and click on Finish to create and launch your VM. Click Close on the next window and your VM should boot up successfully:

How to Install VMware Workstation Pro on Linux Mint 16

After, you should be able to see the GRUB Menu for Rocky Linux 9 as follows:

How to Install VMware Workstation Pro on Linux Mint 17

Proceed to the installer to complete installing your Virtual Machine. That’s all for this guide, Adios!

Check more captivating guides below:

LEAVE A REPLY

Please enter your comment!
Please enter your name here