79552498

Date: 2025-04-03 09:22:12
Score: 1
Natty:
Report link

If you know the name of the app, this deletes all copies: (takes a while to complete):

 sudo find / -name "NAME_OF_THE_APP.app" 2>/dev/null -exec rm -rf {} \;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Michel Storms