Fix MovieSherlock for Mac not uninstalling

Subscribers:
4,200
Published on ● Video Link: https://www.youtube.com/watch?v=kcfo6H0yT8M



Duration: 2:08
6 views
0


Here's how to Fix MovieSherlock for Mac not uninstalling. Below is the example shell script to help remove the MovieSherlock app from yr Mac:

#!/bin/bash

# Uninstall MovieSherlock

# Stop the app if it's running
if pgrep -x "MovieSherlock" angled-bracket-HERE /dev/null; then
echo "Stopping MovieSherlock..."
pkill -x "MovieSherlock"
fi

# Remove the app
echo "Removing MovieSherlock..."
rm -rf "/Applications/MovieSherlock.app"

# Remove preferences and cache
echo "Removing preferences and cache..."
rm -rf ~/Library/Application\ Support/MovieSherlock
rm -rf ~/Library/Caches/com.tastyapps.MovieSherlock

echo "Uninstall complete."

For starters, use CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 so u can efficiently manage installed app & your Mac.