Fix NetNewsWire for Mac not uninstalling

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



Duration: 1:11
1 views
0


Here's how to NetNewsWire for Mac 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 NetNewsWire for Mac uninstall script codes (beta):

#!/bin/bash

# Uninstall NetNewsWire

rm -rf "/Applications/NetNewsWire.app"
rm -rf "~/Library/Application Support/NetNewsWire"
rm -rf "~/Library/Caches/com.ranchero.NetNewsWire"
rm -rf "~/Library/Preferences/com.ranchero.NetNewsWire.plist"
rm -rf "~/Library/Saved Application State/com.ranchero.NetNewsWire.savedState"

echo "NetNewsWire has been uninstalled successfully."

To reinstall NetNewsWire for Mac, hit https://netnewswire.com/.