Homebrew error occurred when I command “brew cask install virtualbox” or “brew cask search google-chrome”

后端 未结 4 445
南笙
南笙 2021-02-05 00:16

I\'m trying to install virtual box with brew-cask, but That returns this kind of error and I cannot install virtualbox. I use MacOSX Lion 10.7.5 and homebrew 0.9.5, ruby 2.1.0-p

4条回答
  •  轮回少年
    2021-02-05 00:53

    At first, I got the "multiple taps" error:

    ~ $ brew install brew-cask
    Error: Formulae found in multiple taps:
     * caskroom/cask/brew-cask
     * phinze/cask/brew-cask
    

    Then, I included the full (caskroom) path to brew-cask and it worked:

     brew install caskroom/cask/brew-cask
     brew cask install virtualbox
    

提交回复
热议问题