Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # find all files linked to application
  2. mdfind -name "bitbar"
  3.  
  4. # remove fully an application
  5. sudo rm -rif ~/Directory/Component/Removeme.pane
  6. sudo rm -rif /TheLibrary/LaunchDaemons/sketchyd
  7. sudo rm -rif /usr/sbin/crudrunner
  8. sudo rm -rif ~/Download/sketchydaemon-installer.tgz
  9.  
  10. mdfind -name [application name]
  11. sudo rm -rf /Whatever
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement