Package Details: cisco-secure-client 5.1.11.388-1

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: 7
Popularity: 0.50
First Submitted: 2024-03-20 21:37 (UTC)
Last Updated: 2025-09-22 20:38 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

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

Latest Comments

1 2 3 4 Next › Last »

alllexx88 commented on 2025-09-22 21:11 (UTC)

Hi @dmsh Thanks, can confirm it's working fine.

dmsh commented on 2025-09-22 20:43 (UTC)

Hi @alllexx88,

Updated to 5.1.11.388, please verify and confirm.

Regards

alllexx88 commented on 2025-09-22 15:30 (UTC)

Another new version: https://archive.org/download/cisco-secure-client-linux64-5.1.11.388/cisco-secure-client-linux64-5.1.11.388-predeploy-k9.tar.gz

Official checksums: https://software.cisco.com/download/home/286330811/type/282364313/release/5.1.11.388

alllexx88 commented on 2025-08-07 10:22 (UTC) (edited on 2025-08-07 11:20 (UTC) by alllexx88)

There's a newer version available:

https://archive.org/download/cisco-secure-client-linux64-5.1.10.233/cisco-secure-client-linux64-5.1.10.233-predeploy-k9.tar.gz

P.S. You can get official checksums here: https://software.cisco.com/download/home/286330811/type/282364313/release/5.1.10.233

beardedlinuxgeek commented on 2025-08-07 09:14 (UTC) (edited on 2025-09-22 11:15 (UTC) by beardedlinuxgeek)

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

ExpandingMan commented on 2025-05-19 13:34 (UTC)

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!

alllexx88 commented on 2025-05-13 08:42 (UTC)

@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

JotaRata commented on 2025-05-12 13:04 (UTC)

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