--force. (invalid option 'force')brew update-reset && brew update and retried my command.brew doctor, fixed as many issues as possible and retried my command.running brew cask outdated shows the message: "Warning: Unexpected method 'gpg' called on Cask torbrowser."
brew cask outdated
--verbose --debugWarning: Unexpected method 'gpg' called on Cask torbrowser.
Follow the instructions here:
https://github.com/Homebrew/homebrew-cask#reporting-bugs
==> Checking update info of Cask gpg-suite
==> Checking update info of Cask torbrowser
(and all the rest of my casks)
brew cask doctorPlease note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Users/bart/.pyenv/shims/python3.6m-config
/Users/bart/.pyenv/shims/python-config
/Users/bart/.pyenv/shims/python3-config
/Users/bart/.pyenv/shims/python3.6-config
/Users/bart/.pyenv/shims/pre-commit-validate-config
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
[email protected]
imagemagick
brew tapeugenmayer/dockersync
heroku/brew
homebrew/bundle
homebrew/cask
homebrew/core
homebrew/services
raggi/ale
thoughtbot/formulae
Actually this looks like the same fix as https://github.com/Homebrew/homebrew-cask/issues/58495
cask "torbrowser" has been renamed to "tor-browser"
It seems like there should be a better experience for this though
this worked for me:
rm -rf "$(brew --prefix)/Caskroom/torbrowser" && brew cask install tor-browser
It seems like there should be a better experience for this though
Most helpful comment
this worked for me:
rm -rf "$(brew --prefix)/Caskroom/torbrowser" && brew cask install tor-browser