I tried to remove Chess.app from my Mac:
- Moving to Trash: “Chess.app” can’t be modified or deleted because it’s required by macOS.
- Trying to change permissions for everyone in Get Info: The operation can’t be completed because you don’t have the necessary permission.
- chmod 755 Chess.app/ in Terminal works, but then doing sudo rm -rf Chess.app/: long list including rm: Chess.app/: Operation not permitted
So how can I remove it?
du
says 4952 here (High Sierra 10.13.1 Beta), Finder says "7’885’411 Byte (5.1 MB on Volume)". Whatever that means :-) – nohillside Oct 27 '17 at 07:16