Fix Adobe Animate for Mac not uninstalling
Here's how to Fix Adobe Animate 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 Adobe Animate for Mac uninstall script codes:
#!/bin/bash
echo "Uninstalling Adobe Animate"
# Kill any running instances of Adobe Animate
sudo pkill -f "Adobe Animate"
# Remove Adobe Animate application files
sudo rm -rf "/Applications/Adobe Animate 2022"
# Remove Adobe Animate preferences and settings
sudo rm -rf "/Library/Application Support/Adobe/Animate"
sudo rm -rf "/Users/$(whoami)/Library/Application Support/Adobe/Animate"
sudo rm -rf "/Users/$(whoami)/Library/Preferences/com.adobe.Animate.plist"
sudo rm -rf "/Users/$(whoami)/Library/Caches/com.adobe.Animate"
echo "Uninstall complete"
And to reinstall Adobe Animate for Mac, go to https://helpx.adobe.com/animate/get-started.html.