2017-10-28 19:25:57 +01:00
|
|
|
# softwareupdate
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Update macOS App Store apps.
|
2022-02-14 11:21:43 +00:00
|
|
|
> More information: <https://ss64.com/osx/softwareupdate.html>.
|
2017-10-28 19:25:57 +01:00
|
|
|
|
|
|
|
- List all available updates:
|
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`softwareupdate --list`
|
2017-10-28 19:25:57 +01:00
|
|
|
|
|
|
|
- Download and install all updates:
|
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`softwareupdate --install --all`
|
2017-10-28 19:25:57 +01:00
|
|
|
|
|
|
|
- Download and install all recommended updates:
|
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`softwareupdate --install --req`
|
2017-10-28 19:25:57 +01:00
|
|
|
|
|
|
|
- Download and install a specific app:
|
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`softwareupdate --install {{update_name}}`
|