IT이야기

osx - macOS 용 패키지 관리자 homebrew 설치

준호씨 2017. 11. 21. 22:00
반응형

homebrew 를 설치 하면 각종 유용한 패키지를 손쉽게 설치 할 수 있다.


homebrew 설치 하기

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


homebrew 로 wget 설치 하기

$ brew install wget


다른 설치 예


cleanup


참고

https://brew.sh/index_ko.html

반응형