How to Install VMware Workstation 17 Pro on Debian 12

VMware Workstation Pro is one of the best virtualization software from VMware Inc. VMware Workstation Pro lets the users create multiple virtual machines (VMs) on a single computer. You can install different types of operating systems in those virtual machines (VMs) and run many applications in isolated environments. You can run multiple VMware Workstation Pro virtual machines simultaneously. You can take snapshots of the virtual machines (VMs) to save states and restore from the snapshots when something goes wrong. You can also clone an existing virtual machine into many virtual machines. VMware Workstation Pro also supports many advanced features.

In this article, we will show you how to download and install the VMware Workstation 17 Pro on Debian 12 “Bookworm”.

Topic of Contents:

  1. Enable the Hardware Virtualization on Your Computer
  2. Install GCC and Linux Kernel Headers for Building VMware Kernel Modules
  3. Download the VMware Workstation 17 Pro
  4. Set the Executable Permission to the VMware Workstation 17 Pro Installer File
  5. Install the VMware Workstation 17 Pro on Debian 12
  6. Run the VMware Workstation 17 Pro on Debian 12 for the First Time
  7. Conclusion

Enable the Hardware Virtualization on Your Computer

For the VMware Workstation 17 Pro virtual machines to perform well, you must enable the hardware virtualization on your computer from the BIOS of the motherboard. How you enable it on your motherboard depends on the vendor of the motherboard that you’re using on your computer.

If you need any assistance in enabling the hardware virtualization from the BIOS of your computer, read the article on How to Enable the VT-x/VT-d/AMD-v Hardware Virtualization Feature on the BIOS of Your Motherboard.

Install GCC and Linux Kernel Headers for Building VMware Kernel Modules

To compile the VMware Workstation 17 Pro kernel modules on Debian 12, you must have the GCC C/C++ compiler and Linux kernel headers installed on your Debian 12 system.

If you need any assistance in installing the GCC C/C++ compiler on your Debian 12 system, read the article on How to Install the GCC C/C++ Compiler on Debian 12.

If you need any assistance in installing the correct Linux kernel headers on your Debian 12 system, read the article on How to Install the Linux Kernel Headers on Debian 12.

Download the VMware Workstation 17 Pro

To download the VMware Workstation 17 Pro installer for Linux, visit the official page of VMware Workstation Pro from your favorite web browser.

Once the page loads, click on DOWNLOAD NOW from the “Workstation 17 Pro for Linux” section.

Your browser should start downloading the VMware Workstation 17 Pro installer file. It takes a while to complete.

A screenshot of a computer Description automatically generated

At this point, the VMware Workstation 17 Pro installer file should be downloaded.

A screenshot of a computer Description automatically generated

Set the Executable Permission to the VMware Workstation 17 Pro Installer File

Once the VMware Workstation 17 Pro installer file is downloaded, you will find it in the ~/Downloads directory of your Debian 12 system.

A screenshot of a computer Description automatically generated

To make the VMware Workstation 17 Pro installer file executable, run the following command:

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

The VMware Workstation 17 Pro installer file should be executable.

A screenshot of a computer Description automatically generated

Install the VMware Workstation 17 Pro on Debian 12

To install the VMware Workstation 17 Pro on Debian 12, run the VMware Workstation 17 Pro installer file as follows:

$ sudo ./VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle

The VMware Workstation 17 Pro is being installed on Debian 12. It takes a few seconds to complete.

A screenshot of a computer Description automatically generated

At this point, the VMware Workstation 17 Pro should be installed on Debian 12.

A screenshot of a computer Description automatically generated

Run the VMware Workstation 17 Pro on Debian 12 for the First Time

Once the VMware Workstation 17 Pro is installed on Debian 12, you can find it from the Application Menu of Debian 12. To run the VMware Workstation 17 Pro, click on the VMware Workstation Pro icon as marked in the following screenshot:

A screenshot of a computer Description automatically generated

As you’re running the VMware Workstation 17 Pro on Debian 12 for the first time, you need to go through some extra steps.

To accept the VMware Workstation End User License Agreement (EULA), select “I accept the terms in the license agreement”[1] and click on “Next”[2].

A screenshot of a computer Description automatically generated

To accept the VMware OVF Tool End User License Agreement (EULA), select “I accept the terms in the license agreement”[1] and click on “Next”[2].

A screenshot of a computer Description automatically generated

Select whether you want to check for updates (if a newer version of VMware Workstation Pro is available) when you start the VMware Workstation 17 Pro[1] and click on “Next”[2].

A screenshot of a computer Description automatically generated

Select whether you want to send the usage statistics to VMware (VMware CEIP) so that VMware can use the data to improve the customer experience[1] and click on “Next”[2].

A screenshot of a computer Description automatically generated

If you bought a license key for the VMware Workstation 17 Pro, select “I have a license key for VMware Workstation 17”, type in your license key[1], and click on “Finish”[2].

A screenshot of a computer Description automatically generated

If you want to try the VMware Workstation 17 Pro before buying it, select “I want to try VMware Workstation 17 for 30 days”[1] and click on “Finish”[2].

A screenshot of a computer Description automatically generated

Type in your Debian 12 login password and click on “Authenticate”.

A screenshot of a computer Description automatically generated

Click on “OK”.

A screenshot of a computer Description automatically generated

The VMware Workstation 17 Pro should be ready to use on Debian 12.

A screenshot of a computer Description automatically generated

Conclusion

We showed you how to download the VMware Workstation 17 Pro on Debian 12. We also showed you how to install the VMware Workstation 17 Pro on Debian 12 and how to run the VMware Workstation 17 Pro on Debian 12 for the first time as well.

source

Leave a Comment