🔭👽📡 Volker

Ignore macOS Software Updates

17 Oct 2019

To suppress software updates in MacOS, we can use softwareupdate. For instance, to list updates, and then suppress Catalina and Safari 13 updates, do

$ sudo softwareupdate –list

$ sudo softwareupdate –ignore Safari13.0.4MojaveAuto

$ sudo softwareupdate –ignore “macOS Catalina”

We can reset the block using

$ sudo softwareupdate –reset-ignored

Screenshot:

Sources: