An experimental fork of Homebrew for Linux.
- Debian or Ubuntu:
sudo apt-get install build-essential curl git ruby git clone https://github.com/Homebrew/linuxbrew.git ~/.linuxbrew- Add to your
.bashrc:
export PATH=~/.linuxbrew/bin:$PATH
export LD_LIBRARY_PATH=~/.linuxbrew/libbrew install $WHATEVER_YOU_WANT
- You can browse the Formula directory on GitHub.
- Or type
brew searchfor a list. - Or run
brew serverto browse packages off of a local web server. - Or visit braumeister to browse packages online.
- Ruby 1.8.6 or newer
brew help or man brew or check the Homebrew wiki.