首页 > 代码库 > Mac OS下包管理器Homebrew几个简单的管理命令
Mac OS下包管理器Homebrew几个简单的管理命令
1、安装Homebrew
将如下命令粘贴至终端运行:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
或者可以直接登录网站:https://brew.sh/index_zh-cn.html,会有提示如何安装。
2、基本使用
(1)安装软件
# brew install PKG_NAME brew install tmux
(2)搜索软件
# brew serarch PKG_NAME brew search wget wget wgetpaste
(3)查看软件信息
# brew info PKG_NAME brew info wget
(4)卸载软件
# brew uninstall PKG_NAME brew uninstall wget
3、更新Homebrew
brew update
4、卸载Homebrew
将如下命令粘贴至终端运行即可卸载Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
5、官方FAQ
http://docs.brew.sh/FAQ.html
Reference:
http://www.jianshu.com/p/d229ac7fe77d
本文出自 “WangJian的IT之路!” 博客,请务必保留此出处http://asherwang.blog.51cto.com/11255017/1929586
Mac OS下包管理器Homebrew几个简单的管理命令
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。