Versions Compared

Key

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

...

If you attempt to install AnyConnect and but it says it is already installed and the previous guides do not work for uninstallation, please follow these steps.:

  1. Open Terminal (Applications > Utilities > Terminal).

  2. Enter the following shell script at the Terminal.

    Code Block
    languagebash
    pkgutil --pkgs | grep cisco
  3. You should see the following entry in your Terminal.

    Code Block
    languagebash
    com.cisco.pkg.anyconnect.vpn
  4. Enter the following command to forget the AnyConnect package.

    Code Block
    languagebash
    sudo pkgutil --forget com.cisco.pkg.anyconnect.vpn
  5. You should receive the following message.

    Code Block
    languagebash
    Forgot package 'com.cisco.pkg.anyconnect.vpn' on '/'
  6. You can now proceed to install Cisco AnyConnect.

...