Questions tagged [linuxbrew]

Old Linux version of the Homebrew package manager.

Linuxbrew was a Linux port of before Homebrew got Linux support.

62 questions
0
votes
1 answer

Is there a homebrew-cask's "version :latest" and "sha256 :no_check" equivalent for linuxbrew?

There're a lot of formulas like teamviewer that have version number but NOT included in its downloading url (as for teamviewer, it is https://download.teamviewer.com/download/TeamViewer.dmg). This means, these formulas' upgrading will not reflect on…
Bruce Sun
  • 631
  • 1
  • 10
  • 26
0
votes
0 answers

What do I need to install on my VPS server to work with CSS LESS?

It seems like there's a long list of things I need to install just to work with LESS, so I want to make sure I have this right: To install LESS I need to install node.js/npm To install node, I need to install Ruby To install Ruby, I need to install…
0
votes
1 answer

How do I install mailutils with LinuxBrew on AWS?

I'm trying to install mailutils with linuxbrew through AWS. However, I get the following error: Last 15 lines from /home/ec2-user/.cache/Homebrew/Logs/mailutils/02.make: make[3]: Entering directory…
0
votes
1 answer

Linuxbrew doesn't see the latest version of node.js

I'm trying to install node.js on Ubuntu using linuxbrew. I'm running the following commands: brew update brew info node the output is node: stable 6.0.0, HEAD However version 6.1.0 should already be available (you could verify it in e.g…
S. Pauk
  • 5,208
  • 4
  • 31
  • 41
0
votes
2 answers

gcc can't find -lX11

I've used linuxbrew to install gcc 5.3 on a machine on which I don't have sudo access. I now want to link with X11: > gcc test.c -lX11 ld: cannot find -lX11 I've checked that libX11.so exists in /usr/lib64/ which is on the compiler's LIBRARY_PATH.…
Vlad Firoiu
  • 987
  • 1
  • 8
  • 17
0
votes
1 answer

linuxbrew installed cmake on a cluster cannot find lib in /usr/lib64

I'm trying to build caffe on a GGPU cluster. I've installed a lot of dependencies in a subfolder of my home using linuxbrew. One of those dependencies is an updated version of cmake(needed). When i launch the command cmake .. i get this output --…
NLK511
  • 23
  • 7
0
votes
2 answers

Can't install watchman on ubuntu 14.04

I can't install watchman using linuxbrew, it is showing an error : error: command '/usr/bin/gcc-4.8' failed with exit status 1 make[1]: *** [py-build] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory…
0
votes
1 answer

Node and npm installation using brew

I am doing some setup whcih required me to uninstall earlier node and npm setup, and install again using brew. But when i uninstalled it, and then installed it using brew install node, it gives me an error "bash: /usr/bin/npm: No such file or…
Avnish Gaur
  • 489
  • 1
  • 4
  • 16
0
votes
0 answers

Tried installing mysql using brew, cmake builds fails error

I'm installing mysql using brew on Linux (Ubuntu 14.04) I type this brew install mysql command I get the following errors ==> Installing mysql dependency: cmake ==> Downloading http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz Already downloaded:…
Amjad
  • 1,950
  • 5
  • 26
  • 41
0
votes
0 answers

Where to set GOPATH after installing go using brew?

I installed Go on my ubuntu 14.04 using Linux brew and then I have set GOPATH to $HOME/go. But after that i tried to install goauth package for go using go get command but still my code is not importing goauth package. After going through the error…
avinash pandey
  • 1,321
  • 2
  • 11
  • 15
0
votes
1 answer

error: command '/usr/bin/gcc-4.8' failed with exit status 1 when installing spiff with linuxbrew

I'm trying to install spiff on ubuntu 14.04.2 desktop, first I install linux brew: $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)" $ export PATH=$PATH:/home/dzlab/.linuxbrew/bin Then I try to install…
bachr
  • 5,780
  • 12
  • 57
  • 92
0
votes
0 answers

SHA1 error when using brew install ruby-build

I was using Linuxbrew(which is a linux equivalent of homebrew) to install "ruby-build" command used:- brew install ruby-build and here is the error that i got, Error: SHA1 mismatch Expected: 2599afa039d2070bae9df6ce43da288b3a4adf97 Actual:…
1Zer0
  • 1
0
votes
2 answers

Error while install gcc49 in Ubuntu by using linuxbrew

I want to install the latest gcc49 in a Ubuntu Linux, and I am familiar with Homebrew in Mac, so I would like to use the Linux version of it, i.e., Linuxbrew. So I installed Linuxbrew and typed $ brew install gcc49 The dependencies gmp4, mpfr2 and…
Li Dong
  • 1,088
  • 2
  • 16
  • 27
0
votes
1 answer

Error running zsh installed with linuxbrew (homebrew)

I have installed without problems zsh using linuxbrew: brew install zsh Now, when running zsh I get the error: zsh: error while loading shared libraries: libgdbm.so.4: cannot open shared object file: No such file or directory But libgdm.so.4 is…
Waiting for Dev...
  • 12,629
  • 5
  • 47
  • 57
-1
votes
1 answer

Homebrew linking fails with incompatible i386 files already on machine

I'm hitting this error with anything I have tried to install. The machine is running redhat and devops has installed newer versions of programs/components in non-standard locations. I only have user level access. I have forced homebrew to use…
Kodakrome
  • 1
  • 1