Please use the fully qualified name e.g. shivammathur php php 5.6 to refer to the formula

Replies: 1 suggested answer

Add heading textAdd bold text, Add italic text,

Add a quote, Add code,

Insert Link

Add a link,

Add a bulleted list, Add a numbered list, Add a task list,

Directly mention a user or teamReference an issue or pull request

Add heading textAdd bold text, Add italic text, Add a bulleted list, Add a numbered list, Add a task list,

reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji

This is a ✨special✨ repository containing the organization level discussions for Homebrew. Everything posted here will also be visible at the organization level.

Replies: 1 suggested answer 13 replies

Add heading textAdd bold text, Add italic text,

Add a quote, Add code,

Insert Link

Add a link,

Add a bulleted list, Add a numbered list, Add a task list,

Directly mention a user or teamReference an issue or pull request

Add heading textAdd bold text, Add italic text, Add a bulleted list, Add a numbered list, Add a task list,

reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji

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?

asked Jun 16, 2015 at 10:26

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.

the

20k11 gold badges65 silver badges99 bronze badges

answered Jun 16, 2015 at 22:07

soapbarsoapbar

2,3394 gold badges17 silver badges23 bronze badges

1

Referencing this GitHub issue link, you need to do the following with the tap that you don't want. In this case, if you don't want the homebrew/php/php54 tap, try this:

brew untap homebrew/php
brew tap --repair
brew update

I just tried it in on the other tap [brew untap josegonzalez/php] and it worked well.

answered Jun 17, 2015 at 17:12

ryanmryanm

2,23320 silver badges30 bronze badges

2

Took me forever but I figured it out. I kept on getting the same errors:

brew upgrade ==> Language Matters Warning: The Cloud Native Buildpacks project is updating its language in an Warning: effort to be more inclusive. Part of that effort includes renaming our Warning: default git branches from 'master' to 'main'. Warning: Error: To upgrade pack, retap it with:

# untap old repo [if present]
brew untap buildpack/tap

# untap current repo [if present]
brew untap buildpacks/tap

# retap current repo
brew tap buildpacks/tap

# upgrade
brew upgrade pack`

What I ended up doing was going to the /usr/local/Homebrew/Library/Taps folder and deleting the buildpack folder.

answered Mar 27, 2021 at 23:33

I know this might be risky, but in my case the other solutions didn't work, so I deleted /usr/local/Homebrew/Library/ manually and everything was working again.

answered Aug 22, 2017 at 9:36

MarcoMarco

11 bronze badge

Chủ Đề