16
6

More than 1 year has passed since last update.

Warning: Calling brew cask list is deprecated! Use brew list --cask instead.とかError: Calling brew cask install is disabled! Use brew install [--cask] instead.となった時の対応方法

Last updated at Posted at 2020-09-22

事象 : CaskでインストールしようとしたらError: Calling brew cask install is disabled! Use brew install [--cask] instead.

  • 環境
    • macOS Big Sur バージョン11.1
    • Homebrew 2.7.1
% brew cask install sourcetree 
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
Updated 6 formulae.
==> Updated Casks
Updated 1 cask.

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

原因 : Caskのインストール方法が変わったから

メッセージのざっくり日本語
エラー:brew cask installの呼び出しは無効です!代わりに、brew install [--cask] を使用します。

対応 : 普通のHomebewと同じようにインストールする

% brew install sourcetree 
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> Updated Casks
Updated 1 cask.

==> Downloading https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_4.0.2_236.zip
######################################################################## 100.0%
==> Installing Cask sourcetree
==> Moving App 'Sourcetree.app' to '/Applications/Sourcetree.app'.
==> Linking Binary 'stree' to '/usr/local/bin/stree'.
🍺  sourcetree was successfully installed!

事象 : Caskでインストールしたアプリの一覧をみようと思ったら怒られた

  • 環境
    • macOS Catalina バージョン10.15.6
    • Homebrew 2.5.2
% brew cask list | grep -i ricty
Warning: Calling brew cask list is deprecated! Use brew list --cask instead.

原因 : コマンドが変わったから

Caskはインストールしなくて良くなったりといろいろ世の中変わったらしい

メッセージのざっくり日本語
警告:brew cask listの呼び出しは推奨されていません!代わりに、brew list --caskを使用してください。

対応 : 新しいコマンドを使う

% brew list --cask
16
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
6