mac使用brew
安装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
brew install
- 卸载软件
1
brew uninstall
- 搜索软件
1
brew search
- 列出已安装的软件
1
brew list
- 更新brew
1
brew update
- 卸载软件
1
brew uninstall
- 用浏览器打开brew的官方网站
1
brew home
- 显示软件信息
1
brew info
- 显示包依赖
1
brew deps
- 安装桌面软件
1
brew install --cask firefox
- 保存配置文件
1
source .zprofile
- 取消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 许可协议。转载请注明出处!
评论