Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



macOS - Check for u...
 
Share:
Notifications
Clear all

[Solved] macOS - Check for updates from Terminal and how to install these updates

1 Posts
1 Users
0 Reactions
1,185 Views
 Hans
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2830
Topic starter  

Sometimes (rarely) you'd like to see if there are any updates available for your Mac from Terminal, but how can you do this from Terminal?

Well this should do the trick to list pending updates (the "-l" is a lowercae "L"):

softwareupdate -l

 

You can install by listed name, but this can be quite cumbersome:

softwareupdate --install 'macOS some long named Supplemental Update-'

But you can also have it check for updates, have the updates downloaded and the installed with:

softwareupdate -i -a

   
ReplyQuote
Share: