Skip to main content

Questions tagged [homebrew]

System for installing command-line Unix applications and tools on OS X. Free and open-source.

0 votes
0 answers
48 views

I want to allow a group of users to use Homebrew for macOS, but I also want to maintain the update schedule and list of available packages, including Homebrew itself. My understanding is that I could ...
j33205's user avatar
  • 35
0 votes
0 answers
28 views

I have several Homebrew packages installed. I’m trying to make a Swift Package that adapts one of those Homebrew packages to Swift. The SPM package file can specify to search for the library using ...
CTMacUser's user avatar
  • 141
-2 votes
1 answer
57 views

Trying to brew upgrade qt 6.9.2 to 6.9.3, but it errored out on building qtmultimedia: ==> Installing qt dependency: qtmultimedia ==> cmake -S . -B build -G Ninja -DCMAKE_STAGING_PREFIX=/usr/...
Qiang Xu's user avatar
  • 231
0 votes
1 answer
130 views

I am using brew upgrade to upgrade openjdk from 24.0.2 to 25 on my Ventura 13.7.8 macOS. It looks to be successful mostly, except for one error of an ad-hoc signature on a dylib file: ==> ...
Qiang Xu's user avatar
  • 231
1 vote
2 answers
278 views

Trying to brew update and brew upgrade on my Ventura 13.7.8 to bring the packages up to date. But ran into this error: ==> Upgrading freetype 2.13.3 -> 2.14.1_1 Warning: A newer Command Line ...
Qiang Xu's user avatar
  • 231
0 votes
1 answer
404 views

I want to install ffmpeg so as to be able to use it with Audacity. The purpose is to reduce the size of an M4A audio file so that I can transcribe the recording. I am a former software engineer, and I ...
Nitesh Reddy's user avatar
0 votes
0 answers
138 views

I use brew bundle dump for a software inventory. But mas list does not work. (See GitHub: mas) Error: mas list Error: No installed apps found If this is unexpected, the following command line should ...
Salinas's user avatar
  • 133
0 votes
1 answer
87 views

How to write output brew update command to file? cd $(brew --repository homebrew/core) git checkout f145a827dc3efcef9529692012df6099319caee8 brew update | tee >(awk '/^==> New Formulae$/{flag=1;...
piecia's user avatar
  • 123
0 votes
1 answer
119 views

After installing homebrew and running brew bundle install, if your brewfile contains both bash-completion@2 and other formulae that offer bash completions, the other formulae's bash completions will ...
Camden Narzt's user avatar
4 votes
1 answer
1k views

When I run topgrade I get a warning: topgrade ── 12:54:43 - Brew ───────────────────────────────────────────────────────────── ==> Updating Homebrew... ==> Updated Homebrew from e4e6185272 to ...
Salinas's user avatar
  • 133
4 votes
1 answer
3k views

I successfully installed "Claude Code" using brew install --cask claude-code. When I then type claude in zsh, I get a macOS system pop up saying: "claude" not Opened Apple could ...
Cornelius Roemer's user avatar
0 votes
1 answer
138 views

This is my brew.env. cat ~/.homebrew/brew.env HOMEBREW_CASK_OPTS="--no-quarantine" HOMEBREW_CASK_OPTS="--appdir=~/Applications" HOMEBREW_CLEANUP_MAX_AGE_DAYS=2 ...
Salinas's user avatar
  • 133
6 votes
1 answer
1k views

Why does brew search for peertube match with freetube? How does the search work? brew search peertube ==> Casks freetube brew info --cask freetube ==> freetube: 0.23.5 https://freetubeapp.io/ ...
Salinas's user avatar
  • 133
0 votes
1 answer
133 views

I'm trying to connect xpra from a Linux client to a MacOS host. I have xpra and xquartz installed on the MacOS host via homebrew. And I am able to connect to the MacOS host directly with ssh using ...
cheezsteak's user avatar
  • 1,047
1 vote
1 answer
255 views

I've been using mosh on my mac to connect to a few linux systems for a long time without issue. Earlier this week, the homebrew crew released an update to mosh ( https://github.com/Homebrew/homebrew-...
Yeraze's user avatar
  • 205

15 30 50 per page
1
2 3 4 5
102