Skip to main content

VMware on Linux

·2 mins· loading · loading · ·
VMWare Virtualization Tools Linux
DarkXero
Author
DarkXero
I create content about Linux & FOSS software. You’ll find me rocking ArchLinux with KDE Plasma, probably helping somebody with a question. 😎
Table of Contents

Intro

I understand that many of you newcomers to Linux from Windows sometimes prefer to use VMWare coz that’s what you are used to. Although I would highly recommend Virt-Manager as it’s Kernel based. But for you who prefer the former follow the guide below..

shot

Guide

All packages compile from the AUR, but if you are on XeroLinux or have the Chaotic-AUR repos they will simply just install, no compilation needed.

  • Grab the packages
paru/yay -S vmware-workstation vmware-unlocker-bin vmware-keymaps
  • Activate Networking & other services :
sudo modprobe -a vmw_vmci vmmon
sudo systemctl enable --now vmware-networks.service
sudo systemctl enable --now vmware-usbarbitrator.service

Finally there’s the matter of the Linux Guest OS, to set the correct resolution, it has to come with certain packages but in any case I will show you how to install them and enable. Note that the xf86-video-vmware package is for X11/Xorg only not for Wayland as the name implies.

To install & enable the service inside Linux guest just run :

sudo pacman -S xf86-video-vmware open-vm-tools
sudo systemctl enable --now vmtoolsd

Issues

If resolution does not get fixed and you are stuck at low, then you might need consult the follwing detailed Docs (Arch) » VMWare Setup or VMTools.

If you are installing another guest, like Ubuntu, Debian or anything else you will have to find relevant info on your own, I only know and use Arch.

Yet another tool to add to the arsenal. Best of luck.

Related

Docker & Docker-Compose
·4 mins· loading · loading
Docker Docker-Compose Tools Containers Linux Guide
Tabby Terminal
·1 min· loading · loading
Terminal Hardware Accelerated Tabs Tools Linux
Homebrew on Linux
·2 mins· loading · loading
Bash Scripts Tools Linux