Difference between revisions of "Brew cask (Deprecated)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lowercase}}
  
 +
* https://brew.sh/2020/12/01/homebrew-2.6.0/
 +
** All brew cask commands have been deprecated in favour of brew commands (with <code>[[--cask]]</code>) when necessary
  
  [[brew cask install]] CASK_NAME
+
 
 +
* https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md
 +
 
 +
  [[brew cask install]] CASK_NAME. Use instead: [[brew install --cask]]
 
  brew cask reinstall CASK_NAME
 
  brew cask reinstall CASK_NAME
 
  [[brew cask list]]
 
  [[brew cask list]]
 +
[[brew cask zap]] (try to remove all files associated with a Cask (may include resources shared with other applications)
  
  
 +
== All commands ==
 +
  --cache    Display the file used to cache a cask
 +
  audit      Check cask for Homebrew coding style violations
 +
  cat        Dump raw source of a cask to the standard output
 +
  create    Creates the given cask and opens it in an editor
 +
  doctor    Checks for configuration issues
 +
  edit      Open the given cask for editing
 +
  fetch      Downloads remote application files to local cache
 +
  help      Print help for cask commands
 +
  home      Opens the homepage of the given cask
 +
  info      Displays information about the given cask
 +
  install    Installs the given cask
 +
  list      Lists installed casks or the casks provided in the arguments
 +
  outdated  List the outdated installed casks
 +
  reinstall  Reinstalls the given cask
 +
  style      Checks style of the given cask using RuboCop
 +
  uninstall  Uninstalls the given cask
 +
  upgrade    Upgrades all outdated casks or the specified casks
 +
  zap        Zaps all files associated with the given cask
  
 
==Related terms ==
 
==Related terms ==
 
* <code>[[brew install]]</code>
 
* <code>[[brew install]]</code>
 
+
* <code>[[brew install --cask]]</code>
 
 
  
 
== See also ==
 
== See also ==

Latest revision as of 14:57, 17 January 2022


brew cask install CASK_NAME. Use instead: brew install --cask
brew cask reinstall CASK_NAME
brew cask list
brew cask zap (try to remove all files associated with a Cask (may include resources shared with other applications)


All commands[edit]

 --cache    Display the file used to cache a cask
 audit      Check cask for Homebrew coding style violations
 cat        Dump raw source of a cask to the standard output
 create     Creates the given cask and opens it in an editor
 doctor     Checks for configuration issues
 edit       Open the given cask for editing
 fetch      Downloads remote application files to local cache
 help       Print help for cask commands
 home       Opens the homepage of the given cask
 info       Displays information about the given cask
 install    Installs the given cask
 list       Lists installed casks or the casks provided in the arguments
 outdated   List the outdated installed casks
 reinstall  Reinstalls the given cask
 style      Checks style of the given cask using RuboCop
 uninstall  Uninstalls the given cask
 upgrade    Upgrades all outdated casks or the specified casks
 zap        Zaps all files associated with the given cask

Related terms[edit]

See also[edit]

Advertising: