最早的ports管理就是BSD那种,后来出现强大的Debian,弄了个dpkg+apt!

Mac OS X 最早使用比较多的工具是 MacPorts,但是现在来看这个工具有点老,不是很稳定,那我们推荐你安装 brew。

安装brew的命令如下:

sudo su
curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C /usr/local


这样你的系统中就已经存在brew命令了,使用brew来安装一个rar解压工具unrar吧!方法如下:

sudo brew install unrar


如果想卸载也很简单:

sudo brew uninstall unrar


想查找看看brew是否能安装你想要的工具,拿lighttpd举例子,命令如下:

sudo brew search /lighttpd*/


如果安装了MacPorts就不能安装homebrew,必须先卸载MacPorts:

$ sudo port -f uninstall installed
$ sudo rm -rf \
/opt/local \
/Applications/DarwinPorts \
/Applications/MacPorts \
/Library/LaunchDaemons/org.macports.* \
/Library/Receipts/DarwinPorts*.pkg \
/Library/Receipts/MacPorts*.pkg \
/Library/StartupItems/DarwinPortsStartup \
/Library/Tcl/darwinports1.0 \
/Library/Tcl/macports1.0 \
~/.macports

转载于:https://www.cnblogs.com/walter371/p/4091041.html

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐