Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
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.

 
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'
 
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.