욱'S 노트

Homebrew 본문

Programming/Linux

Homebrew

devsun 2015. 1. 29. 11:26

설치하기 


터미널에서 아래와 같은 명령을 수행하자. 자동으로 설치된다.


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



소프트웨어 패키지 설치하기


brew install <package명>



소프트웨어 패키지 제거하기


brew uninstall <packagae명>



'Programming > Linux' 카테고리의 다른 글

Linux - Yum  (0) 2015.06.23
Linux - 심볼릭 링크, symbolic link  (0) 2015.03.19
Linux - scp 명령어  (0) 2015.02.27
alias 명령어  (0) 2015.02.26
sudo 명령어  (0) 2014.12.31
Comments