Last active
March 13, 2019 14:10
-
-
Save ayuLiao/8cb289d58f07afb9db6e28bdc8cb6831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 查看要通过brew卸载的旧版本软件,可以使用下面命令 | |
| brew cleanup -n | |
| # 删除erlang | |
| brew uninstall erlang --force | |
| 使用 brew 查询软件 | |
| brew search /wge*/ | |
| 其他brew命令 | |
| brew list 列出已安装的软件 | |
| brew update 更新brew | |
| brew home用浏览器打开brew的官方网站 | |
| brew info 显示软件信息 | |
| brew deps 显示包依赖 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment