Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: caskroom/cask was moved. Tap homebrew/cask-cask instead

Tags:

I try to go through installation process Github on MacOs Catalina

The first step is to execute in Terminal:

cd ~/ curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash 

But I get Error:

Error: caskroom/cask was moved. Tap homebrew/cask-cask instead. 

Then I tried:

brew tap caskroom/cask 

But I got the same error. Do you have any suggestions?

like image 853
Paul T. Avatar asked Oct 11 '19 06:10

Paul T.


People also ask

What is brew tap Homebrew cask?

Taps are external sources of Homebrew formulae, casks and/or external commands. They can be created by anyone to provide their own formulae, casks and/or external commands to any Homebrew user.

Is brew cask deprecated?

All brew cask commands have been deprecated in favour of brew commands (with --cask ) when necessary. Homebrew.

Is Cask deprecated?

brew cask commands were deprecated on 2020-12-01 with the release of Homebrew 2.6. 0. Starting then, all brew cask commands succeeded but displayed a warning informing users that the command would soon be disabled. The message also provides the appropriate replacement.


2 Answers

You don't need to install cask anymore, you just need homebrew. Try using any cask command

like image 185
Suhaib Roomy Avatar answered Sep 26 '22 21:09

Suhaib Roomy


tap from homebrew instead of caskroom:

brew tap homebrew/cask-fonts 
like image 23
MikeyLikesIt Avatar answered Sep 22 '22 21:09

MikeyLikesIt