说明:

brew类似于apt-get,可以管理软件的安装和卸载。

步骤:

Paste at a Terminal prompt:

ruby -e "$(wget -O- https://raw.github.com/Homebrew/linuxbrew/go/install)"

如果报真是个错误,用一下命令

ruby -e "$(wget -O- https://raw.github.com/Homebrew/linuxbrew/go/install --no-check-certificate)"

Or if you prefer:

git clone https://github.com/Homebrew/linuxbrew.git ~/.linuxbrew

Add to your .bashrc or .zshrc:

export PATH="$HOME/.linuxbrew/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/.linuxbrew/lib:$LD_LIBRARY_PATH"

You're done!

brew地址:https://github.com/Homebrew/linuxbrew

 

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐