mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:22:10 +02:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
19 lines
342 B
Markdown
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}}`
|