mac上使用brew

mac系统的软件安装神器brew,相当于centos的yum

安装命令如下:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew help查看用法

测试:
因为最新的ios系统默认不带telnet命令了,这个工具经常用,可以先装来玩玩。

brew install telnet

猜你喜欢

转载自www.cnblogs.com/fander/p/9403341.html