Home > OS X, Terminal, Tips > Tip 15: Quick Software Update With Terminal

Tip 15: Quick Software Update With Terminal

TerminalHere’s a quick Terminal command that lets you install Apple’s available software updates. There are two sudo commands: one for installing all of Apple’s updates and one for only installing recommended software updates.

All Updates

sudo softwareupdate -i -a

Recommended Updates

sudo softwareupdate -i -r

More quick Terminal tips are on the way.

- Alexander Garovi

Categories: OS X, Terminal, Tips
  1. No comments yet.