export CURL_CA_BUNDLE=""
CURL_OPTS="--tlsv1.2" yay -S vmware-workstation
fix sha256sums for install from aur this app. Its work for me :)
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) |
export CURL_CA_BUNDLE=""
CURL_OPTS="--tlsv1.2" yay -S vmware-workstation
fix sha256sums for install from aur this app. Its work for me :)
Is there anyone who have working session with Wayland ? I mean especially someone who have working clipboard with wayland on host system? Bidirectional ...
This package is missing a depends on vmware-keymaps
@JulianXhokaxhiu It's working now. The issue was caused by my work network. Thanks for your help!
@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
@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.
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
@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
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)
@JulianXhokaxhiu it was issue from my work network, thanks
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:
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