Back to: Linux
Installing VMWare Workstation Player/ Pro in Linux Ubuntu: Watch the video and follow steps
Steps and commands:
Step 1: Download VMWare Player / Workstation
Step 2: Update the Ubuntu package list
⇾ sudo apt-get update
Step 3: Install the development tools on Ubuntu
⇾ sudo apt install gcc build-essential
Step 4: Give the installer .bundle file permission to run
⇾ chmod +x VMware-Player-15.5.2-15785246.x86_64.bundle
Step 5: Install the VMware-Player/ VMware Workstation
⇾ sudo ./VMware-Player-15.5.2-15785246.x86_64.bundle