Questions tagged [linuxbrew]

Old Linux version of the Homebrew package manager.

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

62 questions
2
votes
0 answers

Brew: No space left

I am trying to install phantojs and brew is saying that there is no space left on device: brew -v install phantomjs ==> Cloning https://github.com/Vitallium/phantomjs.git Updating /home/user/.cache/Homebrew/phantomjs--git git config…
4m1nh4j1
  • 4,289
  • 16
  • 62
  • 104
2
votes
4 answers

How do I install appium on Ubuntu?

I am having trouble installing appium on Ubuntu. I tried the normal apt-get install way and found out that I should not be doing that. So I uninstall node, and appium from apt-get and I tried a variation on the instructions listed in these…
TinyGrasshopper
  • 2,190
  • 2
  • 17
  • 28
2
votes
1 answer

Linuxbrew Nodejs - Bind to port 80

I want to solve the same problem which has been described in this issue. Therefore I wanted to execute the following command: $ sudo setcap cap_net_bind_service=+ep /home/username/.linuxbrew/bin/node This produced the error: Failed to set…
Haves
  • 152
  • 1
  • 9
2
votes
1 answer

Embedding a patch to a custom Linuxbrew formula

I wanted to embed a patch to a custom Linuxbrew formula and I have been following the instructions from the formula-cookbook website: https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook Unfortunately, I do not know how to continue the…
2
votes
1 answer

Linuxbrew - Overriding the default gcc compiler location

Does anyone know how to override the default location of where Linuxbrew looks for the gcc compiler? The system that I am asking on has gcc 4.1.2 while Linuxbrew requires 4.2. I've been able to get a binary of another gcc compiler and would like to…
TinyHeero
  • 580
  • 1
  • 4
  • 18
1
vote
0 answers

How do I get Homebrew on Linux to preserve my PATH when building formulae?

I am trying to use Homebrew on Linux (Ubuntu 20.04) to install Swift Mint. I have installed swiftenv using Homebrew, and swift using swiftenv. In my .profile, I have included export SWIFTENV_ROOT=/home/linuxbrew/.swiftenv if which swiftenv >…
deaton.dg
  • 1,282
  • 9
  • 21
1
vote
1 answer

how to use 'brew' for install gcc on ubuntu

when i want to run brew install gcc on Ubuntu 18.04, i got an error: Error: Running Homebrew as root is extremely dangerous and no longer supported. As Homebrew does not drop privileges on installation you would be giving all build scripts full…
1
vote
1 answer

Update from python 3.7 to 3.8 causes problems with pylint and other modules in VS Code

I'm using python3 via linuxbrew and today it seems there was a crucial python-update replacing python 3.7 with 3.8 altogether. As for my OS (Lubuntu 18.04 LTS): Operating System: Ubuntu 18.04.4 LTS Kernel: Linux 5.3.0-62-generic Architecture:…
Andreas L.
  • 3,239
  • 5
  • 26
  • 65
1
vote
0 answers

Rails: Command not Found

Using Ubuntu 20.04 (1. Problem 2. What I tried so far 3. Commands for all installations 4. gem env 5. local gems 6. list of PATH folders) Problem: $ rails -v Command 'rails' not found, but can be installed with: sudo apt install…
Chris F
  • 85
  • 6
1
vote
2 answers

docker-compose up, bad interpreter, is looking for the wrong path for python executable

When I run docker-compose up I get the error zsh: /home/emil/.local/bin/docker-compose: bad interpreter: /home/linuxbrew/.linuxbrew/Cellar/python@2/2.7.16/bin/python: no such file or directory I checked which python and I…
frank3stein
  • 706
  • 2
  • 7
  • 16
1
vote
0 answers

How to install tensorflow on python installed in linuxbrew (libstdc++.so.6 not found)?

I have the following version of Python installed via linuxbrew on Ubuntu 14.04. But pip gives me the following error when I tried to install tensorflow. Does anybody know whether there is a way to fix the problem? $ python --version Python 2.7.14 $…
user1424739
  • 11,937
  • 17
  • 63
  • 152
1
vote
0 answers

Can't install Appium on Linux using Linuxbrew due to "error status 1"

For the last few days, I've been following this tutorial on how to install Appium on Linux. By the time I have executed the following command in the terminal: ./reset.sh —android --verbose I keep on getting an error similar to this: error status…
Saldi
  • 5
  • 2
1
vote
0 answers

How to install tensorflow on ubuntu (python is installed with linuxbrew)?

I got the following error when I try to install tensorflow in linux. I'd like to install tensorflow on linux. I prefer not to use virtualenv. https://www.tensorflow.org/install/install_linux Does anybody know what the correct sequence of commends is…
user1424739
  • 11,937
  • 17
  • 63
  • 152
1
vote
1 answer

undefined method `rebuild' for #

I have installed LinuxBrew in Ubuntu. After that on running the following command- brew install rbenv ruby-build I get the following error: Error: undefined method `rebuild' for # How do you resolve…
Gayatri
  • 343
  • 1
  • 6
  • 19
1
vote
3 answers

"User xxx has no home directory" error with Emacs installed through linuxbrew

Installed emacs through linuxbrew on CentOS 7. After run "emacs" from terminal, I got this error message: User xxx has no home directory Does anyone know how to fix it?
Enze Chi
  • 1,733
  • 17
  • 28