Package Details: vmware-workstation 17.6.3-3

Git Clone URL: https://aur.archlinux.org/vmware-workstation.git (read-only, click to copy)
Package Base: vmware-workstation
Description: The industry standard for running multiple operating systems as virtual machines on a single Linux PC.
Upstream URL: https://www.vmware.com/products/workstation-for-linux.html
Keywords: dkms ovftool player vmplayer vmware workstation
Licenses: custom
Conflicts: vmware-modules-dkms, vmware-ovftool, vmware-patch, vmware-systemd-services
Provides: vmware-ovftool
Submitter: synthead
Maintainer: JulianXhokaxhiu
Last Packager: JulianXhokaxhiu
Votes: 212
Popularity: 3.53
First Submitted: 2017-02-10 19:04 (UTC)
Last Updated: 2025-04-03 21:57 (UTC)

Sources (25)

Pinned Comments

jihem commented on 2020-02-10 17:29 (UTC) (edited on 2021-06-19 13:19 (UTC) by jihem)

After the first installation, please:

1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...

2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)

3) Enable the services you need (using .service units to activate them during boot or .path units to activate them when a VM is started) :

  • vmware-networks: to have network access inside VMs

  • vmware-usbarbitrator: to connect USB devices inside VMs

Latest Comments

« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 71 Next › Last »

jihem commented on 2021-04-25 16:45 (UTC)

@malacology it's not possible when using this package. It would be necessary to create another package that only includes the files needed by VMware Player. If the goal is to save disk space, it's probably useless: almost all files are libraries and other data (guest tools, ...) that are needed for both Player and Workstation programs.

malacology commented on 2021-04-25 11:27 (UTC)

How to only leave player and uninstall pro version?

PenWNName commented on 2021-03-31 17:27 (UTC) (edited on 2021-04-01 15:18 (UTC) by PenWNName)

While following this guide: https://wiki.manjaro.org/index.php?title=VMware&mobileaction=toggle_view_mobile

to install on manjaro I ran into an issue where the instillation hung once it reached the line: "Extracting VMware Installer...done."

I looked into the process on htop and found it was simply sitting here doing nothing. Any advice on logs or things I could peek at to see what is going on?

--Edit

It finished building the package but I timed out as a sudoer and had to install i with pacman -U. Still unsure of why it seemed to hang for so long.

Cervox commented on 2021-03-15 09:55 (UTC)

Just saying that this has been working great for me and I'm thankful this exists.

jihem commented on 2021-02-26 21:55 (UTC)

Laserentchen: I guess you talk about /etc/vmware/config because the program version doesn't match. It is not a problem, I generally update this file only for major upgrades because some settings can differ, but it doesn't matter if the version number is not exactly the same. I also avoid to update this file because it will bother people by creating .pacnew files.

Laserentchen commented on 2021-02-26 09:42 (UTC)

The config file seems to be outdated (vmware-workstation15 as well).

jihem commented on 2021-02-25 18:05 (UTC)

ArchieMeng: /etc/vmware/networking is not included in the package but created by vmware-networks-configuration.service when starting vmware-networks.service for the first time:

# LANG=C pacman -Qo /etc/vmware/networking
error: No package owns /etc/vmware/networking

If your configuration is broken you can safely remove this file and restart vmware-networks.service

ArchieMeng commented on 2021-02-25 09:06 (UTC)

The /etc/vmware/networking configuration is broken and not needed to be included in the package since it can be generated by vmware-networking from vmware-netowrks.service . Using package included networking configuration will make vmnet failed to create virtual network interfaces.

neuromante commented on 2021-02-25 07:24 (UTC)

@jihem Sorry my fault. I booted back to 5.11.1 and ran dkms. Modules compiled fine and it’s working as intended. Thank you