brew update/upgrade/install floods terminal with garbage on Linux #5644
-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Might be Can you reproduce it with a In a pinch, you can try passing |
Beta Was this translation helpful? Give feedback.
Homebrew is built using Ruby, so it needs a
ruby
binary to run. Yours seems to be found at/snap/ruby/369/bin/ruby
.I suggest trying:
Once that's done (it may take a while), the output of
ruby --version
andwhich ruby
should look something like (sans thearm64-darwin23
part)Once you've done that, paste the output of
brew config
here and then trybrew install
again.