1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
tldr/pages/osx/softwareupdate.md
2017-10-28 23:55:57 +05:30

19 lines
342 B
Markdown

# softwareupdate
> A tool for updating MacOS App Store apps via the command line.
- List all available updates:
`softwareupdate -l`
- Download and install all updates:
`softwareupdate -ia`
- Download and install all recommended updates:
`softwareupdate -ir`
- Download and install a specific app:
`softwareupdate -i {{update_name}}`