mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 20:02:09 +02:00
20 lines
415 B
Markdown
20 lines
415 B
Markdown
# softwareupdate
|
|
|
|
> 通过命令行更新 macOS 应用商店中应用程序的工具。
|
|
> 更多信息:<https://ss64.com/osx/softwareupdate.html>.
|
|
|
|
- 列出所有可用的更新:
|
|
|
|
`softwareupdate -l`
|
|
|
|
- 下载并安装所有更新:
|
|
|
|
`softwareupdate -ia`
|
|
|
|
- 下载并安装所有推荐的更新:
|
|
|
|
`softwareupdate -ir`
|
|
|
|
- 下载并安装特定的应用程序:
|
|
|
|
`softwareupdate -i {{更新应用程序名}}`
|