- Visit https://kusoftware.ku.edu and place an order for the KU Anywhere software package. You will be taken to the download page after successful order completion. If you are returning to the webstore to download the software again, click on My Software in the upper right corner.
- Click the link labeled "cisco-secure-client-linux64-x.x.x.xx-predeploy-k9.tar.gz." X.X. XXXX is the version number that you are downloading. This will download the software package to your computer.
- Save the software package to your computer if prompted to do so — some browsers will save the download automatically to your Downloads folder. The following instructions assume the file is located in your Downloads folder.
- Open your Downloads folder.
- Right-click the AnyConnect archive file.
- Select Extract Here. This will create a directory of the same name in the Downloads directory.
- Double-click the AnyConnect directory to enter the folder, and the embedded AnyConnect folder after that.
- Double-click the VPN directory.
- Right-click anywhere in the background of the folder (not on a file).
- Select Open in Terminal. This will open a new terminal window to the VPN directory directly.
- Type
sudo ./vpn_install.sh
in the terminal and press Enter to install the VPN client.
- Type
y
to accept the terms of the Cisco AnyConnect license agreement, then press Enter.
Once the installation is complete, you will see an alert in the terminal that the installation is done. This will leave you with the software installed but it doesn't launch automatically, nor give you any shortcuts. To open the software please chose one of the following commands
Launch Command |
Command |
Run Once |
/opt/cisco/secureclient/bin/vpnui |
Launce at Startup |
/opt/cisco/secureclient/bin/vpnagentd |
- Once the application is open you will need to enter "kuanywhere.ku.edu" into the connection box
- Click Connect.
- Change the group from Default to KU-Single-Signon.
- Login with your KU Online ID and password to Single Sign-On if prompted.
- Accept KU's end user license agreement by click Agree.
If you get an error message "You are missing the required libraries for the authentication method you requested", you will need to install additional libraries.
Linux Distro |
Command |
Ubuntu/Debian/Kali: |
apt install libwebkit2gtk-4.0-37 |
Fedora/RHEL |
dnf install webkit2gtk4.0 |
Arch |
pacman -S webkit2gtk |