📜  安装 apt-get mac - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:32.504000             🧑  作者: Mango

代码示例2
If you want the equivalent of apt-get or yum on Mac OS X, you have two 
choices.

1 - Homebrew: http://brew.sh
2 - Macports: http://www.macports.org

You can use "brew install PACKAGE_NAME" or "port install PACKAGE_NAME"
to install the package available.