...
- Open Terminal (Applications > Utilities > Terminal).
Enter the following shell script at the Terminal.
Code Block language bash theme DJango sudo /opt/cisco/anyconnect/bin/vpn_uninstall.sh
You will be prompted for your password. Once you enter it, follow the steps to complete the uninstallation.
...
- Open Terminal (Applications > Utilities > Terminal).
- Enter the following shell script at the Terminal.
Code Block language bash theme DJango pkgutil --pkgs | grep cisco
- You should see the following entry in your Terminal.
Code Block language bash theme DJango com.cisco.pkg.anyconnect.vpn
- Enter the following command to forget the AnyConnect package.
Code Block language bash theme DJango sudo pkgutil --forget com.cisco.pkg.anyconnect.vpn
- You should receive the following message.
Code Block language bash theme DJango Forgot package 'com.cisco.pkg.anyconnect.vpn' on '/'
- You can now proceed to install Cisco AnyConnect.
...