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/lib
brew install $WHATEVER_YOU_WANT
- You can browse the Formula directory on GitHub.
- Or type
brew search
for a list. - Or run
brew server
to 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.