Mac——Mac命令行安装brew工具,然后就可以用brew安装其他软件或者安装包

1、安装brew:

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

或者

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2、用brew安装wget:

brew install wget

posted @ 2022-12-29 15:03  马踏飞燕Beautiful  阅读(351)  评论(0)    收藏  举报