Brew 管理指令 学习记录

Brew: MacOs 的包管理工具

brew update

brew list: view all installed package

brew install [packageName]

brew uninstall [packageName], brew remove [packageName]

brew services list

brew service start [serviceName]

brew service stop [serviceName]

List all installed packages

ls /usr/local/Cellar/

ls -l /usr/local/opt/

Reference:

Homebrew Documentation

How to install PostgreSQL on a Mac with Homebrew

 


欢迎大家关顾我的Facebook主页「Y Life Book」以及我的公众微信号「不点语书」,我们下期见。

Leave a Comment

Your email address will not be published. Required fields are marked *