Fix Usenapp for macOS not uninstalling

Subscribers:
1,040
Published on ● Video Link: https://www.youtube.com/watch?v=sAgrcreBIWQ



Duration: 1:06
4 views
0


Here's how to Fix Usenapp for macOS not uninstalling. For starters, use CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 so u can efficiently manage installed app & your Mac.

Below are the uninstall script codes (beta):

#!/bin/bash

# Quit the Usenapp application if it is currently running
osascript -e 'quit app "Usenapp"'

# Remove the Usenapp application from the Applications folder
rm -rf /Applications/Usenapp.app

# Remove the Usenapp application support files
sudo rm -rf /Library/Application\ Support/Usenapp

# Remove the Usenapp cache files
rm -rf ~/Library/Caches/com.usenapp.Usenapp

# Remove the Usenapp preferences
rm -rf ~/Library/Preferences/com.usenapp.Usenapp.plist

echo "Usenapp has been uninstalled from your Mac."

To reinstall Usenapp for macOS, go to https://www.usenapp.com/.