Closed bootc closed 7 months ago
I should add brew doctor
does not say Your system is ready to brew.
. I've never seen that before...
This started out as https://github.com/orgs/Homebrew/discussions/5331.
Thanks for the report; this should be fixed by the above PR. You can get the fix in the next release, or by running HOMEBREW_DEVELOPER=1 brew update
.
Thanks, looks good today:
$ brew upgrade
==> Auto-updating Homebrew...
Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Auto-updated Homebrew!
==> Updated Homebrew from 542edec0ff92 to b5b37d8c8054.
[...]
$ brew leaves --installed-as-dependency
[after all that, there were none!]
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I was trying to run
brew leaves --installed-as-dependency
to list formulae that I may no longer need to have installed on my system.What happened (include all command output)?
What did you expect to happen?
A nice short list of a handful of packages I could look into removing. That's what usually happens.
Step-by-step reproduction instructions (by running
brew
commands)