How to Install VMware Workstation 17 Pro on Linux Systems

This tutorial will show you how to install VMware Workstation 17 Pro on RHEL-based distributions such as CentOS, Fedora, Rocky Linux, and AlmaLinux, as well as on Debian-based distributions such as Ubuntu and Linux Mint.

VMware Workstation 17 Pro is popular software that allows you to run multiple different virtual machines on physical hosts using the concept of Type II hypervisors (Hosted Hypervisors).

What is new in VMware Workstation 17 Pro

  • Container and Kubernetes Support – Build, run, pull, and push container images using the vctl command-line tool.
  • New Guest operating system support for RHEL 9, Debian 11.x, and Ubuntu 22.04.
  • Support for DirectX 11 and OpenGL 4.3 in the Guest.
  • Vulkan Render Support for Linux Workstation
  • Dark Mode support for optimized user experience.
  • vSphere 7.0 Support
  • Support for ESXi Host Power Operations such as Shutdown, Restart and Enter/Exit Maintenance Mode.
  • With improved OVF/OVA support for testing and experimentation within the Workstation.
  • Scan for Virtual Machines in local folders as well as on network shared storage and USB drives.
  • Automatically Suspend Shared Virtual Machines Upon Host Shutdown.
  • New GTK+ 3-based UI for Linux.
  • There are also some other features that you will discover by practicing and doing hands-on labs.

Prerequisites

  1. Make sure that your system is 64-bit “VMware Doesn’t provide a 32-bit edition” and that its virtualization feature is enabled.
  2. Unfortunately, the 16th edition doesn’t support 32-bit processors may be due to the feature improvements that need the higher level of processor BUT VMware didn’t talk about specific reasons.
  3. Make sure you have a license key to activate the product OR you will work in the evaluation mode “the same features but with ONLY 30 day period” After the evaluation mode period ends YOU MUST enter a license key to activate the product.
  4. Before you begin this guide, you will need the root account OR non-root user with sudo privileges configured on your system (Physical host).
  5. Make sure your system and its kernel are up to date.

Step 1: Downloading VMware Workstation 17 Pro

1. First login into your server as a root or non-root user with sudo permissions and run the following command to keep your system up-to-date.

sudo yum update     [On RedHat Systems]
sudo dnf update     [On Fedora]
sudo apt update     [On Debian Systems] 

2. Next, download the VMWare Workstation Pro installer script bundle from the VMware official site using the following wget command.

wget https://download3.vmware.com/software/WKST-1702-LX/VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle

3. After downloading the VMWare Workstation Pro script file, go to the directory that contains the script file and set the appropriate execute permission as shown.

# chmod a+x VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle

Step 2: Installing VMWare Workstation 17 Pro in Linux

4. Now run the installer script to install VMWare Workstation Pro on a Linux host system, which will be installed silently, and the installation progress is shown in the terminal.

./VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle
OR
sudo ./VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle
Run VMWare Workstation Pro Installer
Run VMWare Workstation Pro Installer

Step 3: Running VMWare Workstation 17 Pro

5. To run the VMware installer for the first time, you may encounter the following error, which needs to be fixed by installing certain missing prerequisites, including the GNU Compiler Collection, Development Tools, and Kernel Headers, which are essential components for the installation process.

vmware
VMWare Kernel Module Updater
VMWare Kernel Module Updater

Install GNU Compiler Collection and Development Tools.

sudo yum groupinstall "Development tools"   [On RHEL-based Systems]
sudo dnf install gcc build-essential	    [On Debian-based Systems]

Install Kernel Headers.

sudo dnf install kernel-headers		     [On RedHat Systems]
sudo apt install linux-headers-`uname -r`    [On Debian Systems]

6. After installing the required packages, try running VMware again. You will encounter the following license agreement. Check the option ‘I accept the terms in the license agreement‘ and then click ‘Next‘ to continue.

VMWare License Agreement
VMWare License Agreement

7. Select whether you want the software to perform update checks on startup, then proceed by clicking ‘Next‘.

VMWare Software Updates
VMWare Software Updates

8. Next, the installer prompts you to join the VMware Customer Experience Improvement Program. Select Yes or No to continue.

VMware Customer Experience Improvement Program
VMware Customer Experience Improvement Program

9. Next, it will ask you to enter the VMware Workstation license key or try the software for free for 30 days.

VMWare Workstation License Key
VMWare Workstation License Key

10. Once you make this selection, VMware Workstation will open, allowing you to begin creating and managing virtual machines.

Running VMWare Workstation
Running VMWare Workstation

Uninstall VMWare Workstation from a Linux

To uninstall VMware Workstation Pro from a Linux system, run:

vmware-installer -u vmware-workstation
OR
sudo vmware-installer -u vmware-workstation
Sample Output
All configuration information is about to be removed. Do you wish to
keep your configuration files? You can also input 'quit' or 'q' to
cancel uninstallation. [yes]: yes

Uninstalling VMware Installer 3.1.0
    Deconfiguring...
[######################################################################] 100%
Uninstallation was successful.

To remove all VMware Workstation Pro files, configuration settings, and virtual machines, run the following command:

sudo rm -rf /usr/vmware

Once you have uninstalled VMware Workstation Pro, you can reboot your computer.

If you read this far, tweet to the author to show them you care. Tweet a thanks
Ravi Saive
I am an experienced GNU/Linux expert and a full-stack software developer with over a decade in the field of Linux and Open Source technologies

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

69 thoughts on “How to Install VMware Workstation 17 Pro on Linux Systems”

    • @Fabricio,

      The same instructions will also work for VMWare Workstation 15.x Pro on Rocky Linux. Also, we have noted your request, allow us some to write and polish the article on same…

      Reply
      • Thanks, @Ravi!

        Taking advantage. Do you know how to work around the feature of host Startup VM on with VMWare Workstation 16.x?

        Regards

        Reply
  1. # chmod a+x VMware-Player-12.5.9-7535481.x86_64.bundle
    # ./VMware-Player-12.5.9-7535481.x86_64.bundle
    magic number does not match
    

    What is the problem?

    I have a VPS, can I install VMware on it?

    Thank you

    Reply
    • @Ayman,

      The “magic number does not match seems” is an error that indicates that your download did not go correctly. Please download the VMware file again and try..

      Reply
      • Thank you very much, my dear brother, for your response.

        I have a VPS Centos 7 server and I downloaded VMWare to my device and made a paste copy on VPS. When I log onto the VMware site of the VPS, I don’t see the download icon.

        In VirtualBox when I choose the file I get an error.

        attached to the Windows 10 file
        And the
        Not Attached for Windows 7 File
        In VirtualBox I get an error
        Failed to open a session for the
        virtual machine win_10 32.
        Failed to open a session for the
        virtual machine win_7 32.
        Failed to open a session for the
        virtual machine win_10 64.
        With all versions
        What is the problem, thank you very much

        Reply
  2. [root@localhost Downloads]# vmware
    [AppLoader] Use shipped PC/SC Lite smart card framework.
    An up-to-date “pcsc-lite-libs” or “libpcsclite1” package from your system is preferred.

    getting this error. Please help me out

    Reply
    • Use this package.

      # rpm -ivh /mnt/iso/Module-Basesystem/x86_64/libpcsclite1-1.8.24-1.14.x86_64.rpm 
      Preparing...                          ################################# [100%]
      
      Reply
  3. I´m running Fedora 29, workstation 14 will stop even before the install started with the message:
    User interface initialization failed. Exiting. Check the log for details.

    Reply
    • @Noob,

      Please install required kernel headers, development tools and ncurses libraries as shown.

      # sudo dnf install kernel-devel kernel-headers
      # sudo dnf group install "Development Tools"
      # sudo dnf install ncurses-compat-libs
      
      Reply
  4. You left out one very important detail. You MUST have an x86_64 CPU built in 2011 or later, otherwise 14.x and above DOES NOT WORK! This is a huge problem for people with desktop systems which are still functional (Intel Core 4 2.4GHz for example), and ran Workstation 12.x just fine.

    This also has a ripple effect for upgrading to newer versions of Linux, Ubuntu 18.04 for example, where Workstation 12.5.9 won’t even start. I’m not buying a newer computer because VMware arbitrarily decided to drop support for older 64-bit processors.

    https://www.vmware.com/products/workstation-pro/faqs.html

    Reply
  5. Hi,

    This error keep pop up, even I have install successful, please advise, thanks.

    C header files matching your running kernel were not found. Refer to your distribution’s documentation for installation instructions.

    Reply
  6. Hi,

    I faced the same problem and I solve it by update VMware workstation 12 to 12.5.

    You can solve it in 2 ways..

    First way: If you already install VMware workstation 12 on Linux Mint 18 then download 12.5 from VMware site it’s free. Then follow the procedure to update from 12 to 12.5 by reading official documentation of VMware

    Second way: Uninstall VMware workstation 12 then install 12.5

    Reply
  7. I have installed and I can run VMware 12.5 in LTS 16.04 Ubuntu. But network bridging does not work. When i connect VM interface to the bridged vmnet0 always get an error.

    Reply

Got something to say? Join the discussion.

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.