How to install and configure VMware Workstation on Arch Linux
In this video, I will show you how to install and configure VMware Workstation on Arch Linux. It’s not like installing a .bundle file like in Ubuntu. It’s different here. But I will show you how to do so!
Instructions:
1. Install “yay” on our PC with the following command:
git clone
cd yay
makepkg -si
2. Install VMware Workstation with the following command:
yay vmware-workstation
3. Fix the VM monitor and internet
sudo pacman -Syu linux-headers gcc make
4. Fix “No 3D support is available from host”:
Go to your file manager and check “Show Hidden Files”
in the Home directory, find the “.vmware” folder.
open the preferences file and add the following at the end:
mks.gl.allowBlacklistedDrivers = “TRUE”
Comment, like and subscribe!
[ad_2]
source