I'm looking for link to archive with latest version, if you have it, you can share it and I'll update PKGBUILD.
Search Criteria
Package Details: cisco-secure-client 5.1.6.103-1
Package Actions
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: | 5 |
Popularity: | 0.20 |
First Submitted: | 2024-03-20 21:37 (UTC) |
Last Updated: | 2024-10-25 17:05 (UTC) |
Dependencies (6)
- ca-certificates (ca-certificates-utils)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (optional) – required by vpnui
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR) (optional) – required by vpnui
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (optional) – required by desktop shortcuts
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – required by acwebhelper
Required by (0)
Sources (1)
Latest Comments
dmsh commented on 2025-02-06 15:50 (UTC)
daviding commented on 2024-12-23 04:49 (UTC)
Installing cisco-secure-client 5.1.6.103-1 onto a new (refurbished) Thinkpad, I'm getting an message ...
Connect capability is unavailable because the VPN service is unavailable.
On an older Thinkpad, I have Cisco AnyConnect 4.10.08029 working just fine, so it's not the destination network.
I found a similar error at https://forum.manjaro.org/t/anyconnect-connection-attempt-has-failed/155171/6 that pointed to https://bbs.archlinux.org/viewtopic.php?pid=2141236#p2141236 as a solution. I've mostly tried to follow that. (There are some spelling mistakes there, so I've done my best to adjust).
I'm still having iusses with vpnagentd.
sudo systemctl enable --now vpnagentd.service
[sudo] password for daviding:
The unit files have no installation config (WantedBy=, RequiredBy=, UpheldBy=,
Also=, or Alias= settings in the [Install] section, and DefaultInstance= for
template units). This means they are not meant to be enabled or disabled using systemctl.
Possible reasons for having these kinds of units are: • A unit may be statically enabled by being symlinked from another unit's .wants/, .requires/, or .upholds/ directory. • A unit's purpose may be to act as a helper for some other unit which has a requirement dependency on it. • A unit may be started when needed via activation (socket, path, timer, D-Bus, udev, scripted systemctl call, ...). • In case of template units, the unit is meant to be enabled with some instance name specified. Failed to start vpnagentd.service: Unit vpnagentd.service has a bad unit file setting. See system logs and 'systemctl status vpnagentd.service' for details.
Please let me know if I can provide any additional information for diagnosis.
dmsh commented on 2024-10-25 17:08 (UTC)
Update to 5.1.6.103 with new source that I found.
owo commented on 2024-10-25 14:18 (UTC) (edited on 2024-10-25 17:16 (UTC) by owo)
PKGBUILD
source link seems to be broken. Could not connect to server.
The updated source link (5.1.6.103) seems to work, thanks!
marcin commented on 2024-09-11 00:31 (UTC)
You may also need to install webkit2gtk
if you need MFA authentication through SSO:
sudo pacman -S webkit2gtk
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
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