Cisco Anyconnect uninstall
Cisco Anyconnect uninstall MAC OS
Step 1: If the Cisco Anyconnect application is still installed, please try the following steps first:
From the Finder go to the Finder go to the „Apllications“ folder
Look for the folder „Cisco" and open it
Then double click on „Uninstall Anyconnect" to start the uninstall process
Follow the instructions shown on your screen
Step 2: If this does not work either, please follow the procedure for manually uninstalling the AnyConnect client from a MacOS system:
Open the Terminal, if possible as root/ administrator.
Run the following shell-script:
sudo /opt/cisco/anyconnect/bin/vpn_uninstall.sh
You will be prompted for your password. Once you enter it, just follow the steps on your screen
Step 3: If you still having trouble and/or the new Cisco Anyconnect installation complains that you have a version installed, follow these steps:
Cleaning out the old Cisco VPN kernel extension and rebooting the system.:
Open the Terminal, if possible as root/ administrator.
Run the following command:
sudo-s
rm -rf /System/Library/StartupItems/CiscoVPN
rm -rf /Library/StartupItems/CiscoVPN
rm -rf /System/Library/Extensions/CiscoVPN.kext
rm -rf /Library/Extensions/CiscoVPN.kext
rm -rf /Library/Receipts/vpnclient-kext.pkg
rm -rf /Library/Receipts/vpnclient-startup.pkg
reboot
Delete misplaced data (Cisco VPN for Mac version 4.1.08005 package).
The deletion of these files will not affect your system, since applications do not use these misplaced files in their current location:
Open the Terminal, if possible as root/ administrator.
Run the following command:
sudo -s
rm -rf /Cisco\ VPN\ Client.mpkg
rm -rf /com.nexUmoja.Shimo.plist
rm -rf /Profiles
rm -rf /Shimo.app
exit
Deleting the old Cisco VPN Client or Shimo:
Open the Terminal, if possible as root/ administrator.
Run the following command:
sudo -s
rm -rf /Library/Application\ Support/Shimo
rm -rf /Library/Frameworks/cisco-vpnclient.framework
rm -rf /Library/Extensions/tun.kext
rm -rf /Library/Extensions/tap.kext
rm -rf /private/opt/cisco-vpnclient
rm -rf /Applications/VPNClient.app
rm -rf /Applications/Shimo.app
rm -rf /private/etc/opt/cisco-vpnclient
rm -rf /Library/Receipts/vpnclient-api.pkg
rm -rf /Library/Receipts/vpnclient-bin.pkg
rm -rf /Library/Receipts/vpnclient-gui.pkg
rm -rf /Library/Receipts/vpnclient-profiles.pkg
rm -rf ~/Library/Preferences/com.nexUmoja.Shimo.plist
rm -rf ~/Library/Application\ Support/Shimo
rm -rf ~/Library/Preferences/com.cisco.VPNClient.plist
rm -rf ~/Library/Application\ Support/SyncServices/Local/TFSM/com.
nexumoja.Shimo.Profiles
rm -rf ~/Library/Logs/Shimo*
rm -rf ~/Library/Application\ Support/Shimo
rm -rf ~/Library/Application\ Support/Growl/Tickets/Shimo.growlTicket
exit
Completing the process and deleting the Anyconnect package:
Open the Terminal, if possible as root/ administrator.
Run the following command:
sudo pkgutil --forget com.cisco.pkg.anyconnect.vpn