I have two applications showing up in Software Update that I didn't install, don't exist anywhere on any volume attached to my computer (and never have), and I would like to remove them. When I click on the "Update" button an Apple ID I've never heard of shows up (a different ID for each application). I'd install the apps just so I can delete them, but both cost money that I'd rather not spend.
This question never really got a useful answer, and I couldn't find anything else relevant on Ask Different. I rebuilt the Launch Services database but no dice.
My only guess is that some applications I have, which were obtained through a friend ;), were originally installed using these Apple IDs or are otherwise associated with them, and that info is being read by Software Update. Is there some centralized place I could edit to remove these entries? I would rather not grep -r "[email protected]" /Applications
if I don't have to, as it's over 32GB, but if that's the only way I'll bite the bullet and do it. I was rather hoping there'd be a .plist
somewhere I could edit real quick...
grep
and report back with the result? The possible answers will differ very much depending on whether you have or have not installed the applications and it will improve answer quality if people don't have to guess. – nohillside Mar 17 '13 at 11:27grep -n -R -s -e asdfff2011 *
(asdfff2011
being the first part of one of the email addresses) in/Applications
and/Library
with no results. The same search in~/Library
has been running for several days with no results, I think it's stuck in an infinite loop or something. Any other ideas? – MattDMo Mar 22 '13 at 12:43