Information
How can I confirm the status of an update installed via PMM locally on the Mac?
Resolution
For High Sierra and newer, execute the following command in Terminal:
softwareupdate --history
For older versions of macOS, please use this command:
cat /Library/Receipts/InstallHistory.plist
If the update is present in the output of that commands, it was installed successfully, otherwise, it wasn't.
Was this article helpful?
Tell us how we can improve it.