I know when I brew update
, it lists all ==> Updated Formulae
, but when I've updated several times without running brew upgrade
, how do I get a list of all apps that could be upgraded?
brew update and upgrade brew update updates the above downloaded git repository with the latest code from GitHub. brew upgrade updates the actual packages to match the versions in the updated local git repository.
From 20 minutes to an hour. The devs are aware.
brew provides commands for getting common types of information out of the system. brew list shows installed formulae. brew deps foo shows the dependencies that foo needs. Additional commands, including external commands, can of course be written to provide more detailed information.
Per homebrew code on github, this shows all apps that can be updated:
brew outdated
brew help
does not list the command, but it is documented in man brew
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With