Skip to content

Instantly share code, notes, and snippets.

@ahelja
Created November 22, 2020 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahelja/b2fa0350ca8c279796e0c1bfdb1e8367 to your computer and use it in GitHub Desktop.
Save ahelja/b2fa0350ca8c279796e0c1bfdb1e8367 to your computer and use it in GitHub Desktop.
How to Completely Remove Apps
$ mdfind -name "application name"
$ sudo rm -rif /TheLibrary/LaunchDaemons/application-name /usr/sbin/application-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment