mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 11:46:00 +02:00
brew cask: add page (#1376)
This commit is contained in:
parent
04ecf81efc
commit
1de00d2f11
1 changed files with 31 additions and 0 deletions
31
pages/osx/brew-cask.md
Normal file
31
pages/osx/brew-cask.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# brew cask
|
||||
|
||||
> Package manager for macOS applications distributed as binaries.
|
||||
|
||||
- Search for casks:
|
||||
|
||||
`brew cask search {{text}}`
|
||||
|
||||
- Install a cask:
|
||||
|
||||
`brew cask install {{cask_name}}`
|
||||
|
||||
- List all installed casks:
|
||||
|
||||
`brew cask list`
|
||||
|
||||
- List installed casks that have newer versions available:
|
||||
|
||||
`brew cask outdated`
|
||||
|
||||
- Upgrade an installed cask to its latest version:
|
||||
|
||||
`brew cask reinstall {{cask_name}}`
|
||||
|
||||
- Uninstall a cask:
|
||||
|
||||
`brew cask uninstall {{cask_name}}`
|
||||
|
||||
- Display information about a given cask:
|
||||
|
||||
`brew cask info {{cask_name}}`
|
Loading…
Add table
Reference in a new issue