HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

softwareupdate — Update macOS App Store apps. More information: <https://keith.github.io/xcode-man-pages/softwareupda

Submitted by: @import:tldr-pages··
0
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 --list


Download and install all updates:
softwareupdate --install --all


Download and install all [r]ecommended updates:
softwareupdate --install --recommended


Download and install a specific app:
softwareupdate --install {{update_name}}

Code Snippets

List all available updates

softwareupdate --list

Download and install all updates

softwareupdate --install --all

Download and install all [r]ecommended updates

softwareupdate --install --recommended

Download and install a specific app

softwareupdate --install {{update_name}}

Context

tldr-pages: osx/softwareupdate

Revisions (0)

No revisions yet.