mirror of https://github.com/CrimsonTome/tldr.git
21 lines
471 B
Markdown
21 lines
471 B
Markdown
# softwareupdate
|
|
|
|
> 通过命令行更新 macOS 应用商店中应用程序的工具。
|
|
> 更多信息:<https://keith.github.io/xcode-man-pages/softwareupdate.8.html>.
|
|
|
|
- 列出所有可用的更新:
|
|
|
|
`softwareupdate --list`
|
|
|
|
- 下载并安装所有更新:
|
|
|
|
`softwareupdate --install --all`
|
|
|
|
- 下载并安装所有推荐的更新:
|
|
|
|
`softwareupdate --install --req`
|
|
|
|
- 下载并安装特定的应用程序:
|
|
|
|
`softwareupdate --install {{更新应用程序名}}`
|