Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
570 views
in Technique[技术] by (71.8m points)

macos - Cask 'google-chrome-canary' is unavailable

I've tried several ways to install Google Chrome Canary in macOS using Brew

brew install chrome-canary

Error: No similarly named formulae found. Error: No available formula or cask with the name "chrome-canary".

brew install --cask google-chrome-canary

Error: Cask 'google-chrome-canary' is unavailable: No Cask with this name exists.

brew cask install google-chrome-canary

Error: Calling brew cask install is disabled! Use brew install [--cask] instead.

All of them failed. How to install Google Chrome Canary in the latest macOS using the latest brew version?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The solution is:

brew tap homebrew/cask-versions && brew install --cask google-chrome-canary

Working using Homebrew 2.7.1


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...