Applications

jbaezga

Registered
After upgrading to 10.1.5 and security updates, I can't delete Apps in main Apps folder, privileges are greyed out and can't delete anything, can anyone help, not too familiar with Unix so if this is answer please send detailed instructions
 
I think you need the "repair permissions tool" or something like that. search on versiontracker for "permission" and you should find it.
 
These apps are held by the system, and not by you. You can delete them if you log in as root, or if you use the sudo command from the terminal. For example:

sudo rm -rf /Applications/CrummyCards.app/
 
Back
Top