Linuxbrew is a fork of Homebrew, the Mac OS package manager, for Linux.
Features, usage and installation instructions are summarised on the homepage.
Paste at a Terminal prompt:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/linuxbrew/go/install)"
See Dependencies and Installation below for more details.
- Can install software to a home directory and so does not require sudo
- Install software not packaged by the native distribution
- Install up-to-date versions of software when the native distribution is old
- Use the same package manager to manage both your Mac and Linux machines
- Ruby 1.8.6 or newer
- GCC 4.2 or newer
- Git 1.7.12.4 or newer
- Linux 2.6.16 or newer
- 64-bit x86 or 32-bit ARM platform
Paste at a Terminal prompt:
sudo apt-get install build-essential curl git m4 python-setuptools ruby texinfo libbz2-dev libcurl4-openssl-dev libexpat-dev libncurses-dev zlib1g-dev
sudo yum groupinstall 'Development Tools' && sudo yum install curl git irb m4 python-setuptools ruby texinfo bzip2-devel curl-devel expat-devel ncurses-devel zlib-devel
Linuxbrew does not currently support 32-bit x86 platforms. It would be possible for Linuxbrew to work on 32-bit x86 platforms with some effort. Pull requests would be welcome if someone were to volunteer to maintain the 32-bit x86 support.
Paste at a Terminal prompt:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/linuxbrew/go/install)"
Or if you prefer:
git clone https://github.com/Linuxbrew/linuxbrew.git ~/.linuxbrew
Add to your .bashrc
or .zshrc
:
export PATH="$HOME/.linuxbrew/bin:$PATH"
export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
You're done!
brew install $WHATEVER_YOU_WANT
- Type
brew search
for a list. - Or visit braumeister.org to browse packages online.
- Or use
brew search --desc
to browse packages from the command line.
brew help
, man brew
or check our documentation.
First, please run brew update
and brew doctor
.
Second, read the Troubleshooting Checklist.
If you don't read these it will take us far longer to help you with your problem.
Many of the Homebrew formulae work on either Mac or Linux without changes, but some formulae will need to be adapted for Linux. If a formula doesn't work, open an issue on GitHub or, even better, submit a pull request.
Please report security issues to [email protected].
This is our PGP key which is valid until June 17, 2016.
- Key ID:
0xE33A3D3CCE59E297
- Fingerprint:
C657 8F76 2E23 441E C879 EC5C E33A 3D3C CE59 E297
- Full key: https://keybase.io/homebrew/key.asc
Linuxbrew is maintained by Shaun Jackman.
Homebrew's current maintainers are Misty De Meo, Andrew Janke, Xu Cheng, Mike McQuaid, Baptiste Fontaine, Brett Koonce, Martin Afanasjew, Dominyk Tiller, Tim Smith and Alex Dunn.
Former maintainers with significant contributions include Jack Nagel, Adam Vandenberg and Homebrew's creator: Max Howell.
Code is under the BSD 2 Clause (NetBSD) license. Documentation is under the Creative Commons Attribution license.
Homebrew is a non-profit project run entirely by unpaid volunteers. We need your funds to pay for software, hardware and hosting around continous integration and future improvements to the project. Every donation will be spent on making Homebrew better for our users.
Homebrew is a member of the Software Freedom Conservancy which provides us with an ability to receive tax-deductible, Homebrew earmarked donations (and many other services). Software Freedom Conservancy, Inc. is a 501(c)(3) organization incorporated in New York, and donations made to it are fully tax-deductible to the extent permitted by law.
- Donate with PayPal
- Donate by USA $ check from a USA bank:
- Make check payable to "Software Freedom Conservancy, Inc." and place "Directed donation: Homebrew" in the memo field. Checks should then be mailed to:
- Software Freedom Conservancy, Inc.
137 Montague ST STE 380
BROOKLYN, NY 11201 USA
- Software Freedom Conservancy, Inc.
- Make check payable to "Software Freedom Conservancy, Inc." and place "Directed donation: Homebrew" in the memo field. Checks should then be mailed to:
- Donate by wire transfer: contact [email protected] for wire transfer details.
- Donate with Flattr or PayPal Giving Fund: coming soon.
Our CI infrastructure was paid for by our Kickstarter supporters.
Our CI infrastructure is hosted by The Positive Internet Company.
Our bottles (binary packages) are hosted by Bintray.
Homebrew is a member of the Software Freedom Conservancy