美文网首页
mac安装homebrew

mac安装homebrew

作者: 匠人plus | 来源:发表于2019-11-28 17:28 被阅读0次

1.获取国内镜像安装文件,以下是一个修改好的脚本

链接: https://pan.baidu.com/s/1MfyB-8g1kXRrYKZWrqn6Hw 提取码: f3fp

2.执行安装命令

/usr/bin/ruby brew_install.sh

3.用法

brew update               //更新brew;
brew install xxx        //安装xx软件;
brew uninstall xxx   //卸载xxx软件
brew search xxx       //搜索xxx软件
brew list                    //查看安装列表

相关文章

网友评论

      本文标题:mac安装homebrew

      本文链接:https://www.haomeiwen.com/subject/wksmwctx.html