Installing Cisco AnyConnect on CentOS 7

Solution 1:

It looks like Cisco AnyConnect requires pangox-compat. CentOS 7 does not ship with pangox, however it is in the EPEL (Extra Packages for Enterprise Linux) repository. You should be able to run these two commands to install the missing package:

# yum install http://mirror.ancl.hawaii.edu/linux/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

# yum install pangox-compat

Good luck!