Macbook 에서 apt - get / yum 을 만족 시 키 는 도구: Homebrew

1257 단어 자바Linux
홈 페이지:
http://brew.sh/
설치:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

사용:
 apt-get  
$ brew install wget

설치 디 렉 터 리:
Homebrew installs packages to their own directory and then symlinks their files into /usr/local.

$ cd /usr/local
$ find Cellar
Cellar/wget/1.16.1
Cellar/wget/1.16.1/bin/wget
Cellar/wget/1.16.1/share/man/man1/wget.1

$ ls -l bin
bin/wget -> ../Cellar/wget/1.16.1/bin/wget

좋은 웹페이지 즐겨찾기