Skip to content

Instantly share code, notes, and snippets.

@linuxoracledev
Created February 6, 2020 19:42

Revisions

  1. linuxoracledev created this gist Feb 6, 2020.
    12 changes: 12 additions & 0 deletions VMWare.sh
    Original 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