Fix Lyn for macOS not uninstalling

Subscribers:
2,900
Published on ● Video Link: https://www.youtube.com/watch?v=3BF_JXCvbYQ



Duration: 1:01
1 views
0


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

#!/bin/bash

# Stop the Lyn app if it's running
echo "Stopping Lyn app..."
osascript -e 'quit app "Lyn"'

# Remove the Lyn app and its support files
echo "Removing Lyn app and support files..."
rm -rf /Applications/Lyn.app
rm -rf ~/Library/Application\ Support/Lyn
rm -rf ~/Library/Caches/com.lynapp.lyn
rm -rf ~/Library/Preferences/com.lynapp.lyn.plist
rm -rf ~/Library/Saved\ Application\ State/com.lynapp.lyn.savedState

echo "Lyn has been uninstalled."

To reinstall Lyn for macOS, hit https://www.lynapp.com/lyn/download/.