Fix Mullvad VPN for Mac not uninstalling

Channel:
Subscribers:
15,100
Published on ● Video Link: https://www.youtube.com/watch?v=umiPEL6eGes



Duration: 1:32
5 views
0


Here's how to Fix Mullvad VPN for Mac not uninstalling. Get CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 in on time.

Below are the Mullvad VPN for Mac uninstall script codes (beta):

#!/bin/bash

# Uninstall Mullvad VPN

sudo launchctl unload /Library/LaunchDaemons/se.mullvad.daemon.plist
sudo rm -rf "/Applications/Mullvad VPN.app"
sudo rm -rf "/Library/Application Support/Mullvad VPN"
sudo rm -rf "/Library/LaunchDaemons/se.mullvad.daemon.plist"
sudo rm -rf "/Library/Preferences/se.mullvad.daemon.plist"
sudo rm -rf "/usr/local/mullvad-vpn"
sudo rm -rf "/usr/local/bin/mullvad-vpn"
sudo rm -rf "/var/log/mullvad-vpn.log"

echo "Mullvad VPN has been uninstalled successfully."

To reinstall Mullvad VPN for Mac, hit https://mullvad.net/en/download/macos/.

Learn more@ https://www.youtube.com/c/ITGuides/search?query=Mac.