March 23rd, 2016
Removing GarageBand, iMovie, etc. from the OSX command line
I was getting annoyed with an offer to update GarageBand, iMovie, Keynote, Numbers, and Pages since I never use these apps. While it is possible to install another app to remove these I would rather just remove them from the command line.
Manually
With some guidance from http://www.tekrevue.com/tip/delete-garageband/ here are the commands I used to remove Garage Band:
sudo rm -rf /Applications/GarageBand.app sudo rm -rf /Library/Application\ Support/GarageBand sudo rm...
Read more