mac使用brew

白也 lol

安装brew

官方地址中科大镜像源

PS:荐于国内的速度,推荐大家使用中科大源。

1
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/Homebrew/install@HEAD/install.sh)"

卸载brew

1
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"

使用教程

  1. 安装软件
    1
    brew install
  2. 卸载软件
    1
    brew uninstall
  3. 搜索软件
    1
    brew search
  4. 列出已安装的软件
    1
    brew list
  5. 更新brew
    1
    brew update
  6. 卸载软件
    1
    brew uninstall
  7. 用浏览器打开brew的官方网站
    1
    brew home
  8. 显示软件信息
    1
    brew info
  9. 显示包依赖
    1
    brew deps
  10. 安装桌面软件
    1
    brew install --cask firefox 
  11. 保存配置文件
    1
    source .zprofile
  12. 取消ssh缓存
    1
    rm -rf ~/.ssh/known_hosts 
  • 本文标题:mac使用brew
  • 本文作者:白也
  • 创建时间:2023-02-06 21:11:34
  • 本文链接:https://bm4578.github.io/2023/02/06/mac使用brew/
  • 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
 评论