Top "Homebrew" questions

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

Update PHP to 7.4 macOS Catalina with brew

I try to update my PHP version to 7.4 on macOS Catalina with brew. I did brew install [email protected] If I …

php macos homebrew php-7.4
`Sudo pip install matplotlib` fails to find freetype headers. [OS X Mavericks / 10.9]

I already have matplotlib-1.2.1 installed as well as numpy-1.8.0. Note - I am using system python with homebrew installed - …

python numpy matplotlib homebrew osx-mavericks
How to setup XDebug for PHP7 on Mac?

I've installed PHP 7 on my mac using Homebrew i.e. $ brew install php70 Also I want to have the the …

macos homebrew xdebug php-7
Adding IMAP to PHP 7.2 on OSX

I'm using PHP 7.2 on OS X El Capitan, installed using Homebrew (of course). Now I'd like to use some IMAP …

php macos homebrew php-imap
Can't install php7 or php 7.1 with homebrew

I was following a couple links that had this same sequence, namely this example. I was unable to get it …

macos homebrew php-7 macos-sierra php-7.1
How to completely uninstall brew and re-install brew in ubuntu 19.04

I installed homebrew on ubuntu 19.04 and it's accidentally stop, so the install not complete. but the folder already created. If …

react-native homebrew linuxbrew
Homebrew, MySQL 8 support

Anyone have the inside scoop on when Homebrew will be updated to support MySQL 8's first general release (8.0.11)? I can't …

mysql version-control homebrew mysql-5.7 mysql-8.0
brew link php71: Could not symlink sbin/php-fpm

I'm trying to install Laravel Valet, which requires php 7.1, but when i run brew install php71, I get the following …

php laravel homebrew laravel-valet
Upgrading rsync on OS X using Homebrew

The rsync version on my OS X (10.10.3) is an old one, 2.6.9. I've tried to upgrade it using Homebrew but I …

macos homebrew rsync
ImportError: No module named gi.repository Mac OS X

I am installing virt-manager0.10.0 on Mac OS X First I installed python,libvirt, gtk+3, pygtk, and other dependencies with homebrew …

python gtk pygtk homebrew