我正在尝试使用自制软件在运行MacOS Sierra 10.12.6的新计算机上安装cmake:
brew install cmake
结果
Error: No available formula with the name "cmake"
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
我不能使用自制软件安装cmake吗?
更新:我在新计算机上对此进行了测试,并且它刚刚安装就没有问题。我不确定当前计算机的运行状况,但是如果出现如下所示的索引问题,我该如何解决它?我已经运行过brew update
。
答案 0 :(得分:0)
我不知道出什么问题了,但是我可以通过完全卸载自制软件来解决问题
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
然后重新安装
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
答案 1 :(得分:0)
我在安装 Go 时遇到了同样的问题,跑了
brew doctor
修复了所有警告,因为提示是由 brew doctor 命令给出的
然后再次给出安装命令
brew update && brew install golang
它有效,你可以为你的包裹做同样的事情
答案 2 :(得分:0)
这对我有用!!
rm -rf "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core"
brew tap homebrew/core