1082 Uninstalling the Cisco VPN Client on Mac OS X – Help Desk
1082 Uninstalling the Cisco VPN Client on Mac OS X – Help Desk. Nice steps!
Uninstalling Cisco VPN Client via the Terminal
- Open your hard drive.
- Double-clickApplications > 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.
One comment