homebrew-cask

Install a previous version of chromedriver with brew

半腔热情 提交于 2021-02-11 13:59:11
问题 I want to install chromedriver version 79.0.3945.36 with brew. When I try to run brew cask install chromedriver@79.0.3945.36 It fails saying chromedriver@79.0.3945.36 is unavailable: No Cask with this name exists. 回答1: I did a quick check, did not find cask formula has versioned ones. The hack way of installing a old version of cask formula would be: cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask , go the place where cask is referenced git reset --hard c3c1b84b7a , this would

zsh compinit: insecure directories error message on Mac, after installing Homebrew

随声附和 提交于 2021-01-27 04:42:18
问题 After installing Homebrew and Homebrew-Cask on my Mac (as administrator with user-id 'admin', running MacOS 10.12.6), I get the error message zsh compinit: insecure directories, run compaudit for list. Ignore insecure directories and continue [y] or abort compinit [n]? every time I start zsh. Investing the issue with compaudit, I found mentioned several insecure directories, most related to Homebrew - for example /usr/local/share/zsh/site-functions . This directory and its entries have access

Error: caskroom/cask was moved. Tap homebrew/cask-cask instead

这一生的挚爱 提交于 2020-05-26 10:48:06
问题 I try to go through installation process Github on MacOs Catalina The first step is to execute in Terminal: cd ~/ curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash But I get Error: Error: caskroom/cask was moved. Tap homebrew/cask-cask instead. Then I tried: brew tap caskroom/cask But I got the same error. Do you have any suggestions? 回答1: You don't need to install cask anymore, you just need homebrew. Try using any cask command 回答2: tap from homebrew

List of installable Homebrew casks

两盒软妹~` 提交于 2020-05-09 19:31:33
问题 Is there a way to obtain a list (possibly with descriptions) of all the casks installable with Homebrew Cask? 回答1: The new way to list all installable cask packages is: brew search --casks The man page for brew has the following information: search --casks Display all locally available casks (including tapped ones). No online search is performed. 回答2: Brew search now has a --desc flag. This lists all of them with the description: brew search --casks --desc '' 回答3: List using a browser Visit

“Unlinked kegs in your Cellar”. How do I remove them?

偶尔善良 提交于 2020-01-10 08:19:27
问题 After installing and uninstalling some programs through brew and brew cask , now I get brew doctor saying "unlinked kegs in your Cellar". It suggests to link them, to avoid build trouble with later brews, but instead I'd rather delete them, as they're leftovers from brew programs or formulas that I don't use anymore. How or where do I remove these? (I don't even know what a keg, or the Cellar, is) 回答1: Run: brew remove packageName for each unlinked package. 回答2: 2018 Update $ brew link --help

brew linkapps for homebrew casks (automatically create symlink to /Applications folder)

我是研究僧i 提交于 2019-12-22 08:46:17
问题 I am using homebrew and homebrew cask to manage my installations on my Mac with OS 10.10.5. After installing an app using "brew cask install", no symlink in the /Applications folder shows up. For apps installed via "brew install", a symlink to /Applications can be created by running the command "brew linkapps" – is there something similar for homebrew casks? In this particular case, some features of the LatexTools package for Sublime Text 2 did not work (open pdf viewer automatically and jump

Homebrew cask option not recognized?

瘦欲@ 提交于 2019-12-10 13:24:28
问题 I am following an online resource for installing two Mac utilities http://www.economyofeffort.com/2014/08/11/beyond-ctrl-remap-make-that-caps-lock-key-useful/ Here is the pertinent section: Install both Karabiner and Seil. (Here again, if you use Homebrew Cask, you can do this with $ brew cask install karabiner and $ brew cask install seil But the cask option is not recognized? 06:51:35/shared $brew cask install seil Error: Unknown command: cask Then, just for laughs I tried the command

brew linkapps for homebrew casks (automatically create symlink to /Applications folder)

坚强是说给别人听的谎言 提交于 2019-12-05 11:57:27
I am using homebrew and homebrew cask to manage my installations on my Mac with OS 10.10.5. After installing an app using "brew cask install", no symlink in the /Applications folder shows up. For apps installed via "brew install", a symlink to /Applications can be created by running the command "brew linkapps" – is there something similar for homebrew casks? In this particular case, some features of the LatexTools package for Sublime Text 2 did not work (open pdf viewer automatically and jump to line in pdf) as LatexTools expects the pdf reader used to be located in, e.g. /Applications/Skim