Package Details: vmware-workstation 17.6.3-9

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: 214
Popularity: 3.15
First Submitted: 2017-02-10 19:04 (UTC)
Last Updated: 2025-06-18 22:13 (UTC)

Sources (30)

Pinned Comments

JulianXhokaxhiu commented on 2025-06-18 22:14 (UTC) (edited on 2025-06-18 22:14 (UTC) by JulianXhokaxhiu)

New package version released: 17.6.3-9

Changelog:

  • Update the dkms.conf.in CLEAN rule. Thanks to @dkadioglu for the heads up!

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 2 3 4 5 6 7 8 .. 75 Next › Last »

BryanLiang commented on 2025-05-30 11:56 (UTC)

When I updated the package, I got this warning Deprecated feature: CLEAN (/var/lib/dkms/vmware-workstation/17.6.3_24583834/source/dkms.conf

I think CLEAN="make clean" should be removed from dkms.conf.in.

yurikoles commented on 2025-05-28 17:36 (UTC) (edited on 2025-05-28 17:38 (UTC) by yurikoles)

Привіт @arch-lsf,

Це міжнародний проєкт, тому, будь ласка, використовуй англійську.

arch-lsf commented on 2025-05-28 03:24 (UTC)

=> 缺失依赖关系: -> vmware-keymaps ==> 正在检查编译时依赖关系 ==> 错误: 无法解决所有的依赖关系。 -> error making: vmware-workstation-exit status 8 -> Failed to install the following packages. Manual intervention is required: vmware-workstation - exit status 8

arch-lsf commented on 2025-05-28 03:23 (UTC)

=> 缺失依赖关系: -> vmware-keymaps ==> 正在检查编译时依赖关系 ==> 错误: 无法解决所有的依赖关系。 -> error making: vmware-workstation-exit status 8 -> Failed to install the following packages. Manual intervention is required: vmware-workstation - exit status 8

recdrik commented on 2025-05-27 20:41 (UTC)

I tried this http://rglinuxtech.com/?p=3321 . I replaced EXTRA_CFLAGS by ccflags-y and del_timer_sync by timer_delete_sync. EXTRA_CFLAGS is in MAKEFILE and del_timer_sync is in various .c and .h of src. Now I have this log https://pastebin.com/EtQjPWJa

Sorry for my bad English. Thank you for all.

tango_ninja commented on 2025-05-27 19:57 (UTC)

Regarding the cachyos build failure Perhaps a solution can be found here? http://rglinuxtech.com/?p=3321

Xiaozhu1337 commented on 2025-05-27 14:31 (UTC) (edited on 2025-05-27 14:32 (UTC) by Xiaozhu1337)

build failed on 6.15.0-2-cachyos,
the failed log here https://pastebin.com/EtD9vQU1

JulianXhokaxhiu commented on 2025-05-23 21:26 (UTC)

Thanks @obones, added the new dependency so it comes with the package by default. Appreciated.

obones commented on 2025-05-23 07:40 (UTC) (edited on 2025-05-23 09:18 (UTC) by obones)

I'm trying to use vmrun and it gives me the following error:

./pkg/vmware-workstation/usr/bin/vmrun: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

This appeared in the past month or so, and in other packages it was enough to force a rebuild to "use" the new libxml. But this does not seem to be the case here, maybe because it comes precompiled in the downloaded content.

EDIT: Answering myself here: install libxml2-legacy https://gitlab.archlinux.org/archlinux/packaging/packages/libxml2/-/issues/4#note_267022

SecOps commented on 2025-05-13 13:55 (UTC)

An easier way to fix the DNS resolve is to add the addresses to your hosts file.

echo "$(curl -v softwareupdate-prod.broadcom.com 2>&1 | grep Connected | cut -d ' ' -f5 | sed -E 's/(([^)]+))/\1/') softwareupdate-dev.broadcom.com" | sudo tee -a /etc/hosts