Mac命令

brew

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 安装脚本
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
## 卸载脚本
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"
## 安装软件
brew install xxx
## 卸载软件
brew uninstall xxx
## 搜索软件
brew search xxx
## 更新软件
brew upgrade xxx
## 查看列表
brew list
## 更新brew
brew update
## 清理所有包的旧版本
brew cleanup
## 清理指定包的旧版本
brew cleanup $FORMULA
## 查看可清理的旧版本包,不执行实际操作
brew cleanup -n
Author

jiangyao

Posted on

2021-06-12

Updated on

2022-11-18

Licensed under