brew 安装与使用
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了brew 安装与使用相关的知识,希望对你有一定的参考价值。
参考技术A 1.打开brew官方站点 https://brew.sh2.找到 Install Homebrew字样下的命令,并执行
常用命令:
brew list 列出已安装软件
brew update 更新brew
brew info 显示软件信息 #brew info php70
brew install 安装软件 #brew install php70
brew uninstall 卸载软件 #brew uninstall wget
brew search 搜索软件 #brew install php 就可以查看有哪些版本的php,选取需要的brew install 安装即可
brew安装与升级
具体参考官网:https://brew.sh/index_zh-cn.html
1.安装homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 在终端执行此命令行;
2.brew 使用方法:
输入brew 查看即可;
常用命令:
brew list 列出已安装软件
brew update 更新brew
brew info 显示软件信息 #brew info php70
brew install 安装软件 #brew install php70
brew uninstall 卸载软件 #brew uninstall wget
brew search 搜索软件 #brew install php 就可以查看有哪些版本的php,选取需要的brew install 安装即可
以上是关于brew 安装与使用的主要内容,如果未能解决你的问题,请参考以下文章