Created
February 20, 2024 12:16
-
-
Save ECiurleo/cfdb86f87d79fbbd80f088a46f9606e3 to your computer and use it in GitHub Desktop.
Install VMware Workstation Pro 17 on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Update package lists | |
echo "Updating package lists..." | |
sudo apt update | |
# Install build-essential, kernel headers, and dkms | |
echo "Installing build-essential, kernel headers, and dkms..." | |
sudo apt install -y build-essential linux-headers-$(uname -r) dkms | |
# Download VMware Workstation Pro bundle | |
echo "Downloading VMware Workstation Pro 17.5..." | |
wget -O vmware-workstation.bundle https://download3.vmware.com/software/WKST-1750-LX/VMware-Workstation-Full-17.5.0-22583795.x86_64.bundle | |
# Make the VMware bundle executable | |
echo "Making VMware Workstation Pro bundle executable..." | |
chmod +x vmware-workstation.bundle | |
echo "Installation script has finished." | |
sudo ./vmware-workstation.bundle |
The VMware. Bundle download is now only available from behind a Broadcom freewall. I can't find a public source (that is sufficiently legitimate)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Le lien de téléchargement n'est plus disponible