HOMEBREW_NO_INSTALL_FROM_API=1 brew uninstall ...
still uses Homebrew API for formula metadata
#6269
Unanswered
wheelerlaw
asked this question in
Everyday usage
Replies: 0 comments
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 am working from behind a corporate firewall that blocks access to https://formulae.brew.sh, so I use
HOMEBREW_NO_INSTALL_FROM_API=1 brew install ...
to install packages. However, when I doHOMEBREW_NO_INSTALL_FROM_API=1 brew uninstall ...
I get an error message about howbrew
is unable to access https://formulae.brew.sh:Is this intentional? I understand that the environment variable is named
HOMEBREW_NO_*INSTALL*_FROM_API
, so is there another environment variable for theuninstall
operation?Beta Was this translation helpful? Give feedback.
All reactions