Homebrew

来源:互联网 发布:东方财富choice mac 编辑:程序博客网 时间:2024/06/04 18:28

https://brew.sh/index_zh-cn.html

https://docs.brew.sh/

brew 搜索软件
brew search nginx
brew 安装软件
brew install nginx
Docroot is: /usr/local/var/www
The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that
nginx can run without sudo.
nginx will load all files in /usr/local/etc/nginx/servers/

brew 卸载软件
brew uninstall nginx
brew 升级
brew update
查看安装信息(经常用到, 比如查看安装目录等)
brew info nginx
查看已经安装的软件
brew list

原创粉丝点击