Answers for "unable to install all modules vmware"

0

unable to install all modules vmware

# replace <version> with the version you have installed
wget https://github.com/mkubecek/vmware-host-modules/archive/player-<version>.tar.gz
# uncompress the file you have just downloaded
tar -xzf workstation-14.1.1.tar.gz
# cd into the folder you have just uncompressed
make
sudo make install
Posted by: Guest on June-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language