VMware
Download and Install Vmware on Ubuntu

To install VMware Workstation Pro on Ubuntu 24.04, follow these steps:

  1. Download VMware Workstation Pro:

    • Visit the VMware website (opens in a new tab) and download the .bundle file for Linux.
    • Screoll to towards the bottom of the page and click on VMware Pro download.
    • To register click on sign in at the top right of the page. You will need to fill out details about yourself before downloading.
  2. Install Prerequisites:

    sudo apt update
    sudo apt install -y build-essential gcc binutils linux-headers-$(uname -r)
  3. Make the Installer Executable: Navigate to the downloaded .bundle file location and run:

    chmod +x VMware-Workstation-Full-*.bundle
  4. Run the Installer:

    sudo ./VMware-Workstation-Full-*.bundle
  5. Follow the GUI Installation:

    • A graphical wizard will guide you through the setup.
  6. Launch VMware:

    • Search for "VMware Workstation Pro" in your system's application menu or run:
      vmware