To uninstall an Application dowloaded from App Store, what we used to do is create a script to locate and delete all the files of the specific app from the different folders and delete them. For others, easiest way was to delete the application from /Applications folder.
Recently someone discovered that uninstall command is something that Apple has provided since 10.8 but kept undocumented.
So how it works:
sudo uninstall /Application/Xcode
This will ask for admin credentials in CLI & GUI, take a while and uninstall the application.

In upcoming posts, I will talk about repackaging apps from App Store and disclose mystery of Reciepts & bom.
Comments