New comment by Codythedragonrude on void-packages repository https://github.com/void-linux/void-packages/issues/33557#issuecomment-997985666 Comment: > Hi! Is it possible to add vmware to void linux packages? It should be under non-free. > > I tried installing it but there are a few errors due to no-systemd present. > > It would be helpful, because alot of drivers passthrough is easier in vmware than virtual box as well as it can monitor the usb traffic very easily with > > ``` > monitor = "debug" > usb.analyzer.enable = TRUE > usb.analyzer.maxLine = 8192 > ``` > > options. Tried searching the same, I found a few unanswered posts about vbox (https://forums.virtualbox.org/viewtopic.php?f=6&t=94965 & https://forums.virtualbox.org/viewtopic.php?f=7&t=32915). [This method](https://docs.oracle.com/en/virtualization/virtualbox/6.0/admin/usbtrafficcapturing.html) was unreliable in my experience as I used earlier, I might need to recheck if it works. > > Also automount feature of vmware is pretty convenient to work with as well compared to manual mounting in vbox, it also allows to disconnect the next boot, and etc. for now you have to run `vmware-modconfig --console --install-all` on every log in basically the reason manual install does not work is because it has no way to load modules for stuff like vmnet (enables network connections) upon log in as normally those would be systemd services if you could find a way to run that vmware-modconfig upon log in it should get you by for now