Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Taz Mangus

macrumors 604
Mar 10, 2011
7,815
3,504
When I do a Mac OS update I just download from the Apple Downloads website. When a new point release comes out I just download the combo update and then install it after when I am ready to do it. Much easier than using Terminal commands to do the same thing. I don't use System Preferences->Software Update.

 

2984839

Cancelled
Apr 19, 2014
2,114
2,240
Code:
softwareupdate -l
...will list updates available to download/install.

Code:
softwareupdate -d update-name
...will download the update called 'update-name', but not install it.

Code:
softwareupdate -i update-name
...will install the update called 'update-name'
 

camelia

macrumors 6502a
Original poster
Apr 3, 2015
698
120
Mexico City
Code:
softwareupdate -l
...will list updates available to download/install.

Code:
softwareupdate -d update-name
...will download the update called 'update-name', but not install it.

Code:
softwareupdate -i update-name
...will install the update called 'update-name'

Thanks

Will I find the download packages in /Library/Updates in order to install them?

Came
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.