Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Terminal (Applications > Utilities > Terminal).
  2. Enter the following shell script at the Terminal.
    sudo

    /opt/cisco/anyconnect/bin/vpn_uninstall.sh

  3. You will be prompted for your password. Once you enter it, follow the steps to complete the uninstallation.

...

  1. Open Terminal (Applications > Utilities > Terminal).
  2. Enter the following shell script at the Terminal.

    pkgutil

    --pkgs

    |

    grep

    cisco

  3. You should see the following entry in your Terminal.

    com.cisco.pkg.anyconnect.vpn

  4. Enter the following command to forget the AnyConnect package.

    sudo

    pkgutil

    --forget

    com.cisco.pkg.anyconnect.vpn

  5. You should receive the following message.

    Forgot

    package

    'com.cisco.pkg.anyconnect.vpn'

    on

    '/'

  6. You can now proceed to install Cisco AnyConnect.

...