snippetbashTip
softwareupdate — Update macOS App Store apps. More information: <https://keith.github.io/xcode-man-pages/softwareupda
Viewed 0 times
commandupdatestoreappscliappsoftwareupdatemacos
macos
Problem
How to use the
softwareupdate command: Update macOS App Store apps. More information: <https://keith.github.io/xcode-man-pages/softwareupdate.8.html>.Solution
softwareupdate — Update macOS App Store apps. More information: <https://keith.github.io/xcode-man-pages/softwareupdate.8.html>.List all available updates:
softwareupdate --listDownload and install all updates:
softwareupdate --install --allDownload and install all [r]ecommended updates:
softwareupdate --install --recommendedDownload and install a specific app:
softwareupdate --install {{update_name}}Code Snippets
List all available updates
softwareupdate --listDownload and install all updates
softwareupdate --install --allDownload and install all [r]ecommended updates
softwareupdate --install --recommendedDownload and install a specific app
softwareupdate --install {{update_name}}Context
tldr-pages: osx/softwareupdate
Revisions (0)
No revisions yet.