Questions tagged [homebrew]
92 questions
1
vote
0 answers
Installed a package using brew, but when I try to run its command, it's not identified
I am using homebrew on ubuntu to install x86_64-elf-gcc. After installing it, I tried running it, but Ubuntu won't recognize the installed package...

Matthew G.
- 11
1
vote
1 answer
List binary packages with brew
How can I list packages that are not built from source? aka the bottle packages.
Any ideas?
I also tried commands like find /usr/local/homebrew/ -iname bottle*, and it's not working.

daisy
- 54,555
0
votes
0 answers
Linuxbrew: Bad address for executables that do exist - Tips for debugging
I'm running WSL1 on Windows 11, and installed linuxbrew and some other apps using that.
Working in a terminal, if I try to run anything installed under linuxbrew, I get an error of the form:
gmaddock@EXP21623:/home/linuxbrew/.linuxbrew/bin$…

Geoff Maddock
- 101
0
votes
2 answers
brew update: failure while executing: git pull --ff --no-rebase --quiet origin
I am on a computer at work that has been used by somebody else for the past 4 years. I have no idea how often updated brew. The computer is mostly used for running C jobs.
I did
brew update
and the following came out
error: unable to unlink old…

Remi.b
- 1,175
0
votes
2 answers
problems starting MongoDB using homebrew
Bobs-MacBook-Pro-2:~ bobhannan$ brew services start mongodb
Error: Unknown command: services
Bobs-MacBook-Pro-2:~ bobhannan$ brew services list
Error: Unknown command: services
Problem also using service instead of services.