Fix IVPN for Mac not Uninstalling
Channel:
Subscribers:
15,200
Published on ● Video Link: https://www.youtube.com/watch?v=nvzT7fF9FIE
Here's how to Fix IVPN for Mac not Uninstalling. Get CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 in on time.
Below are the IVPN for Mac uninstall script codes (beta):
#!/bin/bash
# Uninstall IVPN
sudo launchctl unload /Library/LaunchDaemons/com.ivpn.client.plist
sudo rm -rf "/Applications/IVPN.app"
sudo rm -rf "/Library/Application Support/IVPN"
sudo rm -rf "/Library/LaunchDaemons/com.ivpn.client.plist"
sudo rm -rf "/Library/Preferences/com.ivpn.client.plist"
sudo rm -rf "/Library/PrivilegedHelperTools/com.ivpn.client.Helper"
echo "IVPN has been uninstalled successfully."
To reinstall IVPN for Mac, hit https://www.ivpn.net/apps-macos/.
Learn more@ https://www.youtube.com/c/ITGuides/search?query=Mac.