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.

    Code Block
    languagebash
    themeDJango
    pkgutil --pkgs | grep cisco


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

    Code Block
    languagebash
    themeDJango
    com.cisco.pkg.anyconnect.vpn


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

    Code Block
    languagebash
    themeDJango
    sudo pkgutil --forget com.cisco.pkg.anyconnect.vpn


  5. You should receive the following message.

    Code Block
    languagebash
    themeDJango
    Forgot package 'com.cisco.pkg.anyconnect.vpn' on '/'


  6. You can now proceed to install Cisco AnyConnect.

...