Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rohan-molloy/d19a6c14a532c3be6b073b2c19dac990 to your computer and use it in GitHub Desktop.
Save rohan-molloy/d19a6c14a532c3be6b073b2c19dac990 to your computer and use it in GitHub Desktop.
Installing VMWare Workstation 16 on Fedora 33

Installing VMWare Workstation 16 on Fedora 33

  1. Download from https://www.vmware.com/go/getworkstation-linux

  2. Elevate to root

  3. Create a wrapper script

#!/usr/bin/bash

export LC_ALL="C"

export LANG="C"

bash $1 --ignore-errors
  1. Execute the bundle with the wrapper
chmod +x vmware-installer-wrapper.sh
./vmware-installer-wrapper.sh ./VMware-Workstation-Full-16.1.0-17198959.x86_64.bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment