Top "Homebrew" questions

Homebrew is a package manager for macOS and Linux that provides an easy interface to install many packages.

How to get Ruby / Homebrew / RVM to work on Yosemite?

After installing Yosemite, I was unable to run brew or ruby. I was getting this error on brew update: /usr/…

ruby-on-rails ruby homebrew osx-yosemite
ImageMagick and OS X Lion trouble

[edit] I was troubleshooting problems with my development environment when I noticed one of my problems was the dependency on …

macos imagemagick homebrew osx-lion dyld
Installed memcached via homebrew, how to start and stop server?

I have memcached installed via homebrew. how do I start/stop the server? Any command-line tools to interact with memcached? …

ruby memcached homebrew
List of installable Homebrew casks

Is there a way to obtain a list (possibly with descriptions) of all the casks installable with Homebrew Cask?

macos homebrew homebrew-cask
Install Node on M1 Mac

Kind of a noob here on questions about binaries, processors and how that all works together: I have a new …

node.js homebrew apple-silicon rosetta
dyld: Library not loaded: /usr/local/lib/libjpeg.8.dylib - homebrew php

PHP was not working for me as I was encountering this libpng issue, so I reinstalled a new version with …

php homebrew
Error of "error: could not lock config file .git/config: Permission denied" occurs while installing Carthage

I want to install carthage on my Mac OS using brew install carthage command. However, I get the following error: …

macos homebrew carthage
Yosemite / El Capitan php-gd + mcrypt installation

How to install/enable php-gd and mcrypt in Yosemite 10.10 - PHP 5.5.14 build? note that following steps install newest PHP 5.5.x …

php homebrew osx-yosemite osx-elcapitan php-gd
Brew doctor - "warning: unbrewed header files were found in /usr/local/include"?

When I run brew doctor, the following error is thrown Warning: Unbrewed header files were found in /usr/local/include. …

homebrew brew-doctor
django-admin.py makemessages not working

I am trying to translate a string. {% load i18n %} {% trans "Well, Hello there, how are you?" %} to... Hola amigo, ¿…

python django homebrew gettext