Uninstalling the Cisco VPN Client on Mac OS X
Remove the Cisco VPN Client from your computer using the Terminal in Mac OS X.
Before You Begin
These instructions use the Terminal in Mac OS X. Terminal commands are case-sensitive; all Terminal commands shown below use lower-case letters. You must know your administrator password to perform these steps.
Uninstalling Cisco VPN Client via the Terminal
- Open your hard drive.
- Double-click Applications > Utilities > Terminal.
- On the Terminal screen, type
cd /(that is, "cd", followed by a space, and then "/"). - Press Return.
- Type
cd /usr/local/bin(that is, "cd", followed by a space, and then "/usr/local/bin"). - Press Return.
- Type
lsand press Return. Verify that vpn_uninstall is in the list results. - Type
sudo ./vpn_uninstall(that is, "sudo", followed by a space, and then "./vpn_uninstall"). - Press Return.
- At the Password prompt, type in your administrator password and press Return. Note: no characters will show up when you type your password, but it accepts whatever you type in.
- A prompt to confirm deletion will appear. Type
yesand press Return. - A second confirmation prompt will appear. Type
yesand press Return. - Once the process has completed you will see the following message: "Cisco Systems VPN client uninstall completed successfully."
- Type
exitand press Return. This will log you out of the Terminal. - Quit Terminal.