Tip 15: Quick Software Update With Terminal
Here’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
