1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/softwareupdate.md

21 lines
407 B
Markdown
Raw Normal View History

2017-10-29 05:25:57 +11:00
# softwareupdate
> Update macOS App Store apps.
2022-02-14 03:21:43 -08:00
> More information: <https://ss64.com/osx/softwareupdate.html>.
2017-10-29 05:25:57 +11:00
- List all available updates:
2022-02-14 03:21:43 -08:00
`softwareupdate --list`
2017-10-29 05:25:57 +11:00
- Download and install all updates:
2022-02-14 03:21:43 -08:00
`softwareupdate --install --all`
2017-10-29 05:25:57 +11:00
- Download and install all recommended updates:
2022-02-14 03:21:43 -08:00
`softwareupdate --install --req`
2017-10-29 05:25:57 +11:00
- Download and install a specific app:
2022-02-14 03:21:43 -08:00
`softwareupdate --install {{update_name}}`