mac os 中类似于Linux的yum工具,或ubuntu的apt-get工具Homebrew
时间:2015-11-17 00:08:45
收藏:0
阅读:361
Linux下的yum用着真省心!
mac下的相类似的软件是Homebrew
使用前需要先安装它,
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
安装之后 Homebrew install apt-get 即可安装apt-get工具哦
详细网址:http://brew.sh/index_zh-cn.html
原文:http://www.cnblogs.com/hanxianlong/p/4970376.html
评论(0)