Top "Homebrew" questions

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

Installing Google Protocol Buffers on mac

I would like to install the older version of Google Protocol Buffers (protobuf-2.4.1) on mac using Terminal command line. I …

protocol-buffers homebrew
Stuck at ".android/repositories.cfg could not be loaded."

brew cask install android-sdk ==> Caveats We will install android-sdk-tools, platform-tools, and build-tools for you. You can control android sdk …

macos homebrew android-sdk-2.3
Homebrew refusing to link OpenSSL

I'm on: OSX 10.11.6, Homebrew version 0.9.9m OpenSSL 0.9.8zg 14 July 2015 I'm trying to play with with dotnetcore and by following their …

macos openssl homebrew .net-core
What is the best/safest way to reinstall Homebrew?

I am getting issues with permissions in Homebrew: After I installed Node and tried to install npm using the curl …

macos homebrew
Installing cmake with home-brew

I'm new to programming. Can you please help me install cmake? I typed brew install cmake. What should I do …

cmake homebrew
How to install latest version of openssl Mac OS X El Capitan

I have used brew install openssl to download and install openssl v1.0.2f, however, it comes back saying: A CA …

macos openssl homebrew
How can I install a previous version of Python 3 in macOS using homebrew?

How can I install a previous version of Python 3 in macOS using brew? With the command brew install python I …

python macos homebrew
Can I use Homebrew on Ubuntu?

I just tried to use Homebrew and Linuxbrew to install packages on my Ubuntu Server but both failed. This is …

linux ubuntu debian homebrew linuxbrew
How to modify PATH for Homebrew?

Trying to install ruby 1.9.3, read that I need to install homebrew first. Ran brew doctor, and it's giving me a …

ruby path homebrew
ImportError: No module named PyQt4

I installed pyqt4 by using Homebrew. But when I import PyQt4 in python interpreter, It said that "No module named …

python pyqt4 homebrew