Skip to content

Instantly share code, notes, and snippets.

@ayuLiao
Last active March 13, 2019 14:10
Show Gist options
  • Select an option

  • Save ayuLiao/8cb289d58f07afb9db6e28bdc8cb6831 to your computer and use it in GitHub Desktop.

Select an option

Save ayuLiao/8cb289d58f07afb9db6e28bdc8cb6831 to your computer and use it in GitHub Desktop.
# 查看要通过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