Skip to content

shanecastle/linuxbrew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linuxbrew

An experimental fork of Homebrew for Linux.

Installation

  • 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

What Packages Are Available?

  1. You can browse the Formula directory on GitHub.
  2. Or type brew search for a list.
  3. Or run brew server to browse packages off of a local web server.
  4. Or visit braumeister to browse packages online.

Requirement

  • Ruby 1.8.6 or newer

More Documentation

brew help or man brew or check the Homebrew wiki.

About

Experimental fork of Homebrew for Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published