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: 217
Popularity: 4.17
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

1 2 3 4 5 6 .. 76 Next › Last »

mazix commented on 2025-07-13 14:48 (UTC) (edited on 2025-07-13 14:53 (UTC) by mazix)

export CURL_CA_BUNDLE=""
CURL_OPTS="--tlsv1.2" yay -S vmware-workstation

fix sha256sums for install from aur this app. Its work for me :)

tasman commented on 2025-07-08 11:42 (UTC)

Is there anyone who have working session with Wayland ? I mean especially someone who have working clipboard with wayland on host system? Bidirectional ...

TSG commented on 2025-07-02 23:34 (UTC)

This package is missing a depends on vmware-keymaps

echolee commented on 2025-06-28 15:51 (UTC)

@JulianXhokaxhiu It's working now. The issue was caused by my work network. Thanks for your help!

LazySlav commented on 2025-06-28 14:46 (UTC)

@JulianXhokaxhiu Yeah, seems like setting http_proxy was not enough for yay to start using the proxy...only setting all_proxy as described here https://wiki.archlinux.org/title/Proxy_server#curl_and_pacman resolved the issue. Thx for the response

JulianXhokaxhiu commented on 2025-06-28 14:10 (UTC)

@echolee: That's correct because they have removed the DNS records officially. We're remapping them on this package via curl, see DLAGENTS in PKGBUILD.

echolee commented on 2025-06-28 13:51 (UTC)

I can access broadcom.com but cannot connect to softwareupdate-prod.broadcom.com, even via a browser.

nslookup softwareupdate-prod.broadcom.com
Server:         8.8.8.8
Address:        8.8.8.8#53

** server can't find softwareupdate-prod.broadcom.com: NXDOMAIN
nslookup broadcom.com
Server:         8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
Name:   broadcom.com
Address: 54.68.22.26
Name:   broadcom.com
Address: 52.13.171.212
Name:   broadcom.com
Address: 50.112.202.115

JulianXhokaxhiu commented on 2025-06-28 13:01 (UTC) (edited on 2025-06-28 13:03 (UTC) by JulianXhokaxhiu)

@LazySlav: Works just fine here, tested it now:

$ yay --version
yay v12.5.0 - libalpm v15.0.0
$ curl --version
curl 8.14.1 (x86_64-pc-linux-gnu) libcurl/8.14.1 OpenSSL/3.5.0 zlib/1.3.1 brotli/1.1.0 zstd/1.5.7 libidn2/2.3.7 libpsl/0.21.5 libssh2/1.11.1 nghttp2/1.66.0 nghttp3/1.10.1
Release-Date: 2025-06-04
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTP3 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zst

Make sure you are using curl>=7.49.0

//EDIT: Make also sure you're not overriding DLAGENTS

LazySlav commented on 2025-06-28 09:39 (UTC)

Unable to install through yay, HTTP 403 on every softwareupdate-prod.broadcom.com Tried to access it through multiple VPNs and either ERR_NAME_NOT_RESOLVED or PR_END_OF_FILE_ERROR (yes, VPNs do work on every other site, even on broadcom.com itself; it's not a CLI problem either, curl and dig work fine on broadcom.com but not on the softwareupdate-prod.broadcom.com)

RJ-4816 commented on 2025-06-28 08:20 (UTC)

@JulianXhokaxhiu it was issue from my work network, thanks