1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/osx/softwareupdate.md

21 lines
493 B
Markdown
Raw Normal View History

# softwareupdate
> macOS App Store 앱 업데이트 도구.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/softwareupdate.8.html>.
- 사용 가능한 모든 업데이트 나열:
`softwareupdate --list`
- 모든 업데이트 다운로드 및 설치:
`softwareupdate --install --all`
- 모든 [r]추천 업데이트 다운로드 및 설치:
`softwareupdate --install --recommended`
- 특정 앱 다운로드 및 설치:
`softwareupdate --install {{업데이트_이름}}`