You are on page 1of 1

Step 1: Download VMWare Workstation ( simpan di desktop )

Step 2: CTRL + Alt + T to open the Terminal.

➦ Ctrl + Alt + T

Step 3: Before installing it, update your package list with the command "sudo apt-
get update".

➦ sudo apt-get update

Step 4: You must install GCC-dependent packets to run VMware in Linux Mint. Follow
the instruction "sudo apt install gcc build-essential -y" in Terminal.

➦ sudo apt install gcc build-essential -y

Step 5: After installing gcc packages, go to the location where you downloaded the
VM Workstation in Terminal.

Step 6: To make the VMware-Workstation.bundle file executable, apply "sudo chmod +


x VMware-Workstation-Full-15.0.4.x86_64.bundle" at the terminal.

➦ sudo chmod + x VMware-Workstation-Full-15.0.4.x86_64.bundle

Step 7: Now, to install VMware Workstation 15.0.4 on Linux Mint 19.1 step by step,
use the command "sudo ./VMware-Workstation-Full-15.0.4.x86_64.bundle".

➦ sudo ./VMware-Workstation-Full-15.0.4.x86_64.bundle

Step 8: follow the instructions

You might also like