Questions tagged [brew]

20 questions
4
votes
0 answers

Faketime lib on Mac not always works

Installed libfaketime with brew, latest version 0.9.7, then did following steps as described in README.OSX: export DYLD_FORCE_FLAT_NAMESPACE=1 export DYLD_INSERT_LIBRARIES=/usr/local/Cellar/libfaketime/0.9.7_1/lib/faketime/libfaketime.1.dylib export…
3
votes
1 answer

How to install a FORTRAN compiler on macOS?

I am trying to install a Fortran compiler on my Mac Pro 2019 (running macOS). First step is: sudo apt-get install gfortran but I get error: command not found I also tried brew install gfortran also port install gfortran but again, the same…
shere
  • 149
  • 1
  • 2
  • 3
2
votes
1 answer

Brew Formula: How can I define cask and external dependencies?

I’m writing a brew formula for my own tap, having XQuartz and external sources (not available on brew) as dependencies. How can I include them in my formula?
oioioi
  • 33
  • 4
2
votes
2 answers

Is it possible to configure `brew` to install packages from Debian repositories?

I recently installed the brew command on my Debian machine to install tldr man pages on my system. The command looks useful for installing programs that aren't packaged by Debian, also it does not require sudo to install packages . However, there is…
GAD3R
  • 63,407
  • 31
  • 131
  • 192
1
vote
1 answer

Brew installation fails due to Ruby versioning?

I am trying to install Linux Brew on Garuda Linux (Arch Linux based distro) but the install script fails with the following error: ==> Pouring portable-ruby-2.6.8.x86_64_linux.bottle.tar.gz Error: Failed to install ruby 2.6.8! Error: Failed to…
ITA
  • 123
  • 5
1
vote
1 answer

again.... bash version mac didn't change

On MacOS I installed bash with: brew install bash That created /usr/local/Cellar/bash/5.0.18/bin/bash The command which -a bash reports only /bin/bash. If I close the terminal, reboot, etc. I see the same output. I added the new bash to…
1
vote
1 answer

Fedora: Command not found with sudo

I am aware of the --preserve-env or -E flag in sudo, however, it seems like this flag causes sudo to act weird in Fedora. I installed ranger with LinuxBrew, Here's what I get when I type in which ranger as a non-root user: $ which…
David
  • 133
  • 5
1
vote
1 answer

Problem Adding PATH to ~/.zshrc

I am having an issue adding a path variable on my zsh. This is the warning that was produced: Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin. Consider setting the PATH for…
1
vote
1 answer

OS X security blocking brew installation of python

Running Darwin Home 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64 Trying to finish updating python... but failing to link it cause of the security on this platform. You can use `brew…
user3069232
  • 125
  • 5
1
vote
1 answer

Why is fzf failing in this case

I've found fzf to be a very useful utility, but for some reason it is failing me in this one particular instance. $ brew outdated | fzf -m --tac | brew upgrade Instead of letting me choose which items to upgrade, it displays a menu for a moment,…
iconoclast
  • 9,057
  • 12
  • 56
  • 95
1
vote
3 answers

Best way to manage packages?

I'm trying to get familiar with Linux. One thing I struggle currently is managing packages. Native Linux package managers need tiresome work if I want latest versions. (Find and Add PPA or repository, Update, ...) I tried Linuxbrew, but it's error…
0
votes
1 answer

Homebrew in Ubuntu getting uninstalled after reboot

I am installing properly Homebrew in my ubuntu 22.04 and everything is fine brew doctor, brew --version everything is running properly. But everytime I am rebooting my system, the homebrew is getting uninstalled I dont know why this is happening.…
0
votes
1 answer

Brew no longer works - macOs 12.6

I work on macOs monterey 12.6 with a M1 pro chip. I was working on a project with php (8.1), composer and symfony installed and everything was working fine. I closed my terminal and since when I go back to my folder with my terminal, nothing works…
0
votes
1 answer

After restarting terminal, Brew commands not working and getting some error in terminal

I have macOS Monterey(v12.3) and had installed brew with exact guidelines shown in youtube videos. But brew commands work only if I run in the same terminal session. When I restart the terminal and try to run the brew command it shows the following…
Saurabh
  • 3
  • 1
0
votes
0 answers

MacOS - curl: (60) SSL certificate problem: unable to get local issuer certificate

On Mac(Catalina) I'm trying to re-install m4 package using terminal, However it fails with below errors. $ brew reinstall m4 ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19 Already downloaded:…
user4948798
  • 145
  • 1
  • 8
1
2