There's a newer version available:
P.S. You can get official checksums here: https://software.cisco.com/download/home/286330811/type/282364313/release/5.1.10.233
Git Clone URL: | https://aur.archlinux.org/cisco-secure-client.git (read-only, click to copy) |
---|---|
Package Base: | cisco-secure-client |
Description: | Cisco AnyConnect Secure Mobility Client |
Upstream URL: | https://www.cisco.com/site/us/en/products/security/secure-client/index.html |
Licenses: | custom |
Conflicts: | cisco-anyconnect |
Submitter: | dmsh |
Maintainer: | dmsh |
Last Packager: | dmsh |
Votes: | 6 |
Popularity: | 0.109008 |
First Submitted: | 2024-03-20 21:37 (UTC) |
Last Updated: | 2025-05-05 06:57 (UTC) |
There's a newer version available:
P.S. You can get official checksums here: https://software.cisco.com/download/home/286330811/type/282364313/release/5.1.10.233
When I try to connect, I get the error: "you are missing the required libraries."
To solve this: "pacman -S webkit2gtk"
Then it will try to connect, but you get a blank window. To solve this, launch the application with:
WEBKIT_DISABLE_DMABUF_RENDERER=1 /opt/cisco/secureclient/bin/vpnui
I'm actually on manjaro, so I think the issue was them still pointing to a slightly older extra repo. After manjaro update it works fine. Thanks all!
@ExpandingMan AUR helpers, like yay
, should install libxml2-legacy
from extra
automatically, since it's listed as a dependency. If it doesn't work somehow, you can install it manually with pacman
:
# pacman -Su libxml2-legacy
@JotaRata it works for me. Versions 2.13 and 2.11 are binary compatible, and have the same soname: libxml2.so.2
. If it doesn't work for you, what's the error message when launching from terminal?
$ cisco-secure-client
For some reason libxml2-legacy still doesn't work, the version that is available in the repository is version 2.13 abd the one Anyconnect requires is version 2.11. One potential fix is to manually download libxml2 2.11 from the archive and install it in /usr/local/lib
For some reason I get
No AUR package found for libxml2-legacy
and then it won't install.
Clearly this exists (https://archlinux.org/packages/extra/x86_64/libxml2-legacy/) but it also doesn't seem to list this package as a dependent.
@marcin maybe some archive.org (temporary) issues. It downloads fine for me now:
$ wget https://archive.org/download/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
--2025-05-07 11:48:17-- https://archive.org/download/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving archive.org (archive.org)... 207.241.224.2
Connecting to archive.org (archive.org)|207.241.224.2|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://dn721807.ca.archive.org/0/items/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz [following]
--2025-05-07 11:48:18-- https://dn721807.ca.archive.org/0/items/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
Resolving dn721807.ca.archive.org (dn721807.ca.archive.org)... 204.62.247.89
Connecting to dn721807.ca.archive.org (dn721807.ca.archive.org)|204.62.247.89|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 106683356 (102M) [application/octet-stream]
Saving to: ‘cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz’
cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz 100%[===================================================================================================================================>] 101.74M 4.52MB/s in 23s
2025-05-07 11:48:42 (4.43 MB/s) - ‘cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz’ saved [106683356/106683356]
I think the archive.org link does not work anymore:
curl: (7) Failed to connect to archive.org port 443 after 4 ms: Could not connect to server
==> ERROR: Failure while downloading https://archive.org/download/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar/cisco-secure-client-linux64-5.1.9.113-predeploy-k9.tar.gz
Pinned Comments
dmsh commented on 2024-03-23 17:24 (UTC) (edited on 2024-03-23 17:25 (UTC) by dmsh)
After package installation,
vpnagentd
service must be enabled:sudo systemctl enable --now vpnagentd.service; sudo systemctl status vpnagentd.service