Created
February 6, 2020 19:42
Revisions
-
linuxoracledev created this gist
Feb 6, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #Install the build dependencies sudo apt update sudo apt install build-essential linux-headers-generic #Download VMware Workstation Player wget --user-agent="Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" https://www.vmware.com/go/getplayer-linux #Make the installation file executable chmod +x getplayer-linux #Install VMware Workstation Player sudo ./getplayer-linux