Looking for a way to uninstall all items installed via a Bew bundle - cleanup cannot find find Brewfile #6292
Replies: 1 comment 6 replies
-
Most *nix commands follow a "last option wins" pattern when multiple conflicting options are presented. What you're experiencing is entirely explained by that, and you'll have to choose one or the other, the local or global Brewfile. If you want both, you'll have to combine the two yourself, something like:
That said, |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I'm not sure if this is the way to do it, but I want to uninstall all the things that were installed using a recent
brew bundle install
.If I try
brew bundle cleanup --force --global
it cannot find my brewfileIt finds the Brewfile if I remove
--global
, but then not everything gets removed.The outcome I'm after is remove all my apps.
Beta Was this translation helpful? Give feedback.
All reactions