Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I fix "Error: Formulae found in multiple taps"?

I want to install php54-redis.

Yu:nginx Yu$ brew install josegonzalez/php/php54-redis

==> Installing php54-redis from josegonzalez/homebrew-php

Error: Formulae found in multiple taps:

  • homebrew/php/php54

  • josegonzalez/php/php54

Please use the fully-qualified name e.g. homebrew/php/php54 to refer the formula.

What am I doing wrong and how is thise done properly?

like image 829
soapbar Avatar asked Jun 16 '15 10:06

soapbar


1 Answers

brew untap josegonzalez/homebrew-php 

This is same problem.

josegonzalez/homebrew-php has been moved to homebrew/php, so we can untap it to fix error.

like image 72
soapbar Avatar answered Oct 05 '22 23:10

soapbar