brew cask
Package manager for macOS applications distributed as binaries.
- Search for formulas and casks:
brew search {text}
brew cask install {cask_name}
- List all installed casks:
brew list --cask
- List installed casks that have newer versions available:
brew outdated --cask
- Upgrade an installed cask (if no cask name is given, all installed casks are upgraded):
brew upgrade --cask {cask_name}
brew cask uninstall {cask_name}
- Uninstall a cask and remove related settings and files:
brew cask zap {cask_name}
- Display information about a given cask:
brew cask info {cask_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).