Note
This PKGBUILD is a fork of ariel-miculas/cisco-secureclient to support installation from organization's self hosted installer script.
- Download the latest secureclient installer script (
cisco-secure-client-linux64-${pkgver}-core-vpn-webdeploy-k9.sh
) from your organization's page - Copy the script to
$HOME/work/cisco-anyconnect/
or change thesource
variable in PKGBUILD to point to the location of your downloaded script - You may have to remove
/opt/cisco/secureclient/lib
if there was a previous failed upgrade of secureclient - Run
makepkg -si
(or any other AUR helper's equivalent) to install the package - Check the status of the vpn service with
systemctl status vpnagentd.service
. You may have to start it usingsystemctl start vpnagentd.service
or permanently enable it usingsystemctl enable --now vpnagentd.service
- Run
cisco-secureclient&
or start it using the GUI