VMware installation - thiagobs-webdev/helptools GitHub Wiki

Installing VMware Workstation Player on Deepin Linux


  1. Download VMware: Download
  2. Open the terminal:

    Ctrl + Alt + T

  3. Install gcc:

    sudo apt install gcc build-essential

  4. Access the VMware Location:

    cd Downloads/

  5. Give Execution Permissions:

    sudo chmod +x ./VMware-Player*15*.bundle

  6. Run the VMware:

    sudo ./VMware-Player*15*.bundle

  7. Done \o/