Install Vmware Player on Ubuntu 20.04



Step 1. 

Install some required Ubuntu packages:

sudo apt-get update && sudo apt-get upgrade -y

sudo apt-get install wget gcc build-essential linux-headers-generic linux-headers-$(uname -r)


Step 2. 

Download VMware Player for Linux
https://my.vmware.com/web/vmware/downloads


Step3. 

Install VMware Player

sudo sh VMware-Player-16.1.0-17198959.x86_64.bundle



 

Comments