Questions tagged [linuxbrew]

Old Linux version of the Homebrew package manager.

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

62 questions
1
vote
0 answers

Brew install opencv failed at [44%]?

I am bumped into one intractable issue when I install opencv using linuxbrew. Below is the error information, I googled it but found nothing works. [ 44%] Built target opencv_features2d [ 44%] Linking CXX shared library…
Alec Wang
  • 97
  • 3
1
vote
1 answer

Installing Neovim through Linuxbrew on AWS

I'm trying to install neovim with linuxbrew on AWS, but I keep getting the following messages, and I can't figure it out :/. /home/ec2-user/.linuxbrew/bin/libtool: line 10548: /usr/bin/gcc-4.8: No such file or directory ~/dotfiles$ brew install…
1
vote
0 answers

Getting "configure: error: cannot run C compiled programs" when trying to use LinuxBrew on RPi

I’m trying to install node on a Raspberry Pi I’m connected to it’s command line using screen I installed LinuxBrew successfully, however whenever I try and install a package If I do: brew install node (--host) I get: checking whether the C…
Sarah Macey
  • 196
  • 1
  • 12
0
votes
1 answer

Linuxbrew: configure: error: could not find a working compiler

When executing brew install on Ubuntu 16.04.7 LTS (xenial) I am getting the following error which breaks each install: checking whether to enable maintainer-specific portions of Makefiles... no checking ABI=64 checking compiler gcc-13 ...…
Tony
  • 7,767
  • 2
  • 22
  • 51
0
votes
0 answers

Can I move linuxbrew folder to another machine?

I installed homebrew on my Ubuntu machine and installed gcc with it. Than I copied /home/linuxbrew folder to another machine into /home/my_program/tools directory. When I try to run gcc from that folder I get the No such file or directory…
adamm
  • 849
  • 1
  • 6
  • 17
0
votes
0 answers

gh command not found, even after installation

I recently have uninstalled Homebrew, as I don't need it anymore, which I previously have installed Github CLI through. I am using WSL2 to re-install Github CLI using the official provided script. I get no error messages during installation process,…
spenpal
  • 106
  • 6
0
votes
0 answers

I'm receiving "Bad address" error when trying to clear terminal via the clear command following a MEMORY_MANAGEMENT BSOD

I recently installed Homebrew and am now unable to use the clear command on WSL ubuntu. The install seemed to work, I used brew install several times to install a couple of packages, and they worked. While running brew install solidity, I received a…
0
votes
2 answers

bash: /home/linuxbrew/.linuxbrew/bin/go: Bad address

I did an brew upgrade and afterwards keep getting an bad address error. Tried to uninstall/reinstall everything, but cant figure out what is the problem. bash: /home/linuxbrew/.linuxbrew/bin/go: Bad address Im new to terminal and linux, so all…
Prkpll
  • 11
  • 2
0
votes
0 answers

Command migrate uninstallation

I have installed migrate using linuxbrew. now I wants to remove the installation. What is the command for it?. which migrate: /home/linuxbrew/.linuxbrew/bin/migrate I have to remove the above migrate.
0
votes
0 answers

How to install vim with both python2 and python3 support?

Install Vim via Homebrew with Python AND Python3 Support The solution above does not work. I tried brew install vim -python -python3 But it doesn't support python2. What is the current way to support both python2 and python3 with vim? Thanks. (I…
user1424739
  • 11,937
  • 17
  • 63
  • 152
0
votes
2 answers

linuxbrew/lib/ld.so: bad ELF interpreter: No such file or directory

I am having a problem about linuxbrew. bash: /lustre7/home/lustre4/user1/applications/bin/cut: /lustre7/home/lustre4/user1/.linuxbrew/lib/ld.so: bad ELF interpreter: No such file or directory I tried to uninstall linuxbrew using instructions at its…
0
votes
1 answer

Set executable permission on script installed with Homebrew

I wrote my first tap, so I'm still not sure how it works. I wrote this small formula: class Konversation < Formula desc "Konversation is a tool to generate rich and diversified responses to the user of a voice application." homepage…
rekire
  • 47,260
  • 30
  • 167
  • 264
0
votes
2 answers

Rebar3 installation fail

I am trying to install rebar3 using linuxbrew on Ubuntu 16.04. After I execute brew install rebar3 distutils.errors.CompileError: command 'gcc-5' failed with exit status 1 …
Sachith Muhandiram
  • 2,819
  • 10
  • 45
  • 94
0
votes
1 answer

Linuxbrew on Travis CI

I'm trying to install linuxbrew on Travis CI, and it fails for a reason I don't understand. Travis CI claims: default ruby version ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux] but when my .travis.yml file does a: sh -c "$(curl -fsSL…
0
votes
3 answers

How to change default directory for a command in Bash?

Firstly, I am new to Linux so excuse me if any terminology is wrong; I'll try to phrase the problem as competently as possible. I have installed Ruby (2.4.0) via Linuxbrew. The ruby command works fine; it installed correctly. However, when I try to…
swhizzle
  • 141
  • 10