Posted on 02-04-2020 09:32 AM
Hi,
I am attempting to temporarily hide the latest Mojave Security Update. Previously I have been able to do this with the following in Terminal:
sudo softwareupdate --ignore "Security Update 2019-001"
However I am attempting to replace the 2019 with 2020 and it seems to accept this as a valid command, however the update still appears.
I was wondering if anyone had maybe come across this at all?
Thanks.
Solved! Go to Solution.
Posted on 02-05-2020 11:17 AM
Ah, yeah. Apple's softwareupdate binary (especially the --ignore) is temperamental and extremely picky.
This should do the trick:
softwareupdate --ignore "Security Update "
Make sure there is a trailing space after update.
Posted on 02-04-2020 10:35 AM
I don't believe that's the name of the software update for Mojave. I believe it's "Security Update -10.14.6".
Posted on 02-05-2020 04:02 AM
Hi, thanks for the reply. I have tried that, as part of the command:
sudo softwareupdate --ignore "Security Update -10.14.6"
I have also applied this with the command:
sudo softwareupdate --ignore "Safari13.0.5MojaveAuto"
I have noticed that the Safari has stopped prompting to install, but the Security Update is still present, this is where I am stuck and started looking if there might be another incarnation.
Posted on 02-05-2020 11:17 AM
Ah, yeah. Apple's softwareupdate binary (especially the --ignore) is temperamental and extremely picky.
This should do the trick:
softwareupdate --ignore "Security Update "
Make sure there is a trailing space after update.
Posted on 02-20-2020 06:19 AM
Posted on 03-28-2020 11:23 AM
Can I get assistance with Mojave Security Update 2020-002? I tried sudo softwareupdate --ignore "Security Update " but it does not remove the update. Update still shows with a red 1 in system preferences and still available to update.
Posted on 03-31-2020 01:12 PM
@seansb softwareupdate --ignore "Security Update "
isn't working for me (yes, I did include the space). Can you verify it's actually working for you?
@jschank After posting the question in the MacAdmin Slack #mojave channel the --ignore incantation for Security Update 2020-002 that was found to work is softwareupdate --ignore "Security Update 2020-002"
Posted on 04-01-2020 10:25 AM
@sdagley Thanks for the update.