2017-10-29 05:25:57 +11:00
|
|
|
# softwareupdate
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Update macOS App Store apps.
|
2024-01-31 07:20:27 -03:00
|
|
|
> More information: <https://keith.github.io/xcode-man-pages/softwareupdate.8.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
|
|
|
|
2024-01-31 22:11:49 +02:00
|
|
|
- Download and install all [r]ecommended updates:
|
2017-10-29 05:25:57 +11:00
|
|
|
|
2024-01-31 22:11:49 +02:00
|
|
|
`softwareupdate --install --recommended`
|
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}}`
|