Home Homebrew常用命令
Post
Cancel

Homebrew常用命令

这里整理一下个人经常会用到的Homebrew命令

 

安装xxx

$ brew install xxx

 

删除xxx

$ brew uninstall xxx

 

更新xxx

$ brew upgrade xxx

 

查看xxx的依赖包

$ brew deps xxx

 

搜索xxx(关键词)

$ brew search xxx

 

列举安装软件(

$ brew list

 

查看过期软件

$ brew outdated
This post is licensed under CC BY 4.0 by the author.

Git工作流程

Tomcat 配置用户名和密码