Stan Blog

學習過程中的一些記錄

[Tool] Homebrew-Cask

Homebrew Cask,是一套建立在 Homebrew 基礎上的 OS X 程序管理器,它擴展了 Homebrew。 方便你快速維護日常軟體的安裝升級和卸載。

Requirements

Install

Step by Step

  • 1. Open Command Line
brew tap caskroom/cask
  • 2. Tab

Homebrew Caskroom Versions

brew tap caskroom/versions

Example

  • Install Google Chrome
brew cask install google-chrome
  • Install Sublime
brew cask install sublime

Used

  • Show Your Application
brew cask list
  • Install Application
brew cask install [ Application Name ]
  • Uninstall Application
brew cask uninstall [ Application Name ]
  • Search Application
brew cask search [ Application Name ]
  • Info Application
brew cask info [ Application Name ]


Ref:

Comments

comments powered by Disqus