MacPort
The MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the OS X operating system. To that end we provide the command-line driven MacPorts software package under a BSD 3-Clause License, and through it easy access to thousands of ports that greatly simplify the task of compiling and installing open-source software on your Mac.
Command list
-
sudo port selfupdate
- MacPort를 업데이트한다.
-
sudo port install [APP_NAME]
- 어플리케이션을 설치한다.
-
sudo port uninstall [APP_NAME]
- 어플리케이션을 제거한다.
-
sudo port upgrade [APP_NAME]
- 설치된 어플리케이션을 업그레이드한다.