Skip to content

Instantly share code, notes, and snippets.

@javilinux
Last active May 15, 2019 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javilinux/793d6b2ed346c6bd6e41920a7d2b6851 to your computer and use it in GitHub Desktop.
Save javilinux/793d6b2ed346c6bd6e41920a7d2b6851 to your computer and use it in GitHub Desktop.
vmware-player 15 on Fedora 30
wget https://github.com/mkubecek/vmware-host-modules/archive/w15.0.4-k5.0.tar.gz
tar -xzf w15.0.4-k5.0.tar.gz
cd vmware-host-modules-w15.0.4-k5.0
make
sudo make install
sudo dnf install libnsl --disablerepo="updates-modular"
sudo dnf install libxcrypt-compat --disablerepo="updates-modular"
Based on https://communities.vmware.com/thread/608112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment