topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 12:02 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Linuxbrew: A Fork of Homebrew for Linux  (Read 4700 times)

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Linuxbrew: A Fork of Homebrew for Linux
« on: December 04, 2014, 08:58 PM »
Anyone tried this package manager?

Some claimed features:

* 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

via Linuxbrew Project Page
« Last Edit: December 04, 2014, 09:22 PM by ewemoa »

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: Linuxbrew: A Fork of Homebrew for Linux
« Reply #1 on: December 04, 2014, 09:22 PM »
Set up under Linux Mint 17 was pretty staight-forward (see project page for specifics):

  • install some prerequisites
  • run a shell script / git clone
  • edit one's environment appropriately
  • logged out and back in for simplicity

Was looking for an up-to-date DB Browser for SQLite (the default repositories have a 2.x-based version AFAICT)...however, apparently one should first:

$ brew doctor

Then if everything is ok:

$ brew search sqlitebrowser

That gave a result, so next:

$ brew install sqlitebrowser

Now I'm waiting for downloads and likely compilation to finish...



Looks like that one will take a while...in the mean time, was able to install vim and tmux successfully.
« Last Edit: December 05, 2014, 01:07 AM by ewemoa »

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,858
    • View Profile
    • Donate to Member
Re: Linuxbrew: A Fork of Homebrew for Linux
« Reply #2 on: December 05, 2014, 08:18 AM »
Definitely gonna take a good close look at that. Thx  for the heads-up. :)

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: Linuxbrew: A Fork of Homebrew for Linux
« Reply #3 on: December 05, 2014, 08:50 AM »
:)



FWIW, in the case of DB Browser for SQLite, I ended up patching the "formulas" for qt and sqlite and installed libsqlite3-dev.  But now I have a recent version running.



These days it looks like if one wanted to become familiar with Sh/Bash, Guile Scheme, Nix, or Ruby and happened to be into compiling from source (aka trying out new software), one could spend some time playing with BSD|Arch|Gentoo package/port systems, guix, nixpkgs, or (home|linux)brew respectively and learn a bit via osmosis...



On a side note, I'm not sure how well some of the software "installed" this way will survive being backed up and restored using official Linux Mint methods...
« Last Edit: December 05, 2014, 12:33 PM by ewemoa »