Questions tagged [homebrew-cask]

A friendly homebrew-style CLI workflow for the administration of Mac applications distributed as binaries.

Homebrew Cask is a -based CLI workflow for the administration of Mac applications distributed as binaries.

176 questions
2
votes
1 answer

Issue creating a Homebrew cask (livecheck unable to find the latest version)

I'm trying to submit a cask for Tentacle Sync Studio but I'm having issues with livecheck being able to find the most recent version. I ran brew audit --new-cask tentacle-sync-studio and received the following error - Version '1.30' differs from ''…
user13087459
2
votes
1 answer

Not able to install tree using brew

I am unable to install tree command using 'brew install tree'. I am getting the following output: >Updating Homebrew... >fatal: Could not resolve HEAD to a revision >Warning: No available formula or cask with the name "tree". >==> Searching for…
Shobhit Kumar
  • 23
  • 1
  • 3
2
votes
0 answers

Cask 'thorn-writing' definition is invalid error which I didn't installed

when I try $ brew search SOME_NAME homebrew returns $ brew search chrome Error: Cask 'thorn-writing' definition is invalid: invalid 'depends_on macos' value: unknown or unsupported macOS version: :mavericks but I did not have thorn-writing…
Kurosawa Hiroyuki
  • 1,217
  • 2
  • 14
  • 22
2
votes
2 answers

Trying to open spark after installation and getting an error: Unable to find any JVMs matching version "1.8"

Description: I installed spark on my MacBook following using Homebrew. I followed the instruction process from: https://www.tutorialkart.com/apache-spark/how-to-install-spark-on-mac-os/. The step by step process included installing Java, followed…
Skandarks
  • 41
  • 4
2
votes
4 answers

How to install specific version of brew cask formula with ansible?

How do I install a specific version of a homebrew cask formula with ansible? For example, vagrant 2.2.6 whereas latest available is 2.2.7.
Jean-Pierre Matsumoto
  • 1,917
  • 1
  • 18
  • 26
2
votes
2 answers

Can't redirect all homebrew cask outdated output?

I was writing a script to identify which outdated casks to upgrade, since brew cask upgrade doesn't upgrade all casks with a numbered version, and brew cask upgrade --greedy also upgrades those with auto-update. But when I use brew cask outdated…
Nathaniel_Wu
  • 191
  • 1
  • 7
2
votes
1 answer

Why shows the search of brew duplicates?

I was using the search of brew / homebrew to find the cask "Visual Studio", but the results are all doubled. Why this happend? How can I see only a single hit? brew search --casks vis Result of brew search (image) Update from 2019-05-06 brew…
KargWare
  • 1,746
  • 3
  • 22
  • 35
2
votes
1 answer

Travis task with "brew test-bot" failing over outdated Command Line Tools

I am updating travis-ci tests for homebrew tap and brew test-bot is failing with an error: Warning: A newer Command Line Tools release is available. Update them from Software Update in the App Store. I got the right environment with softwareupdate,…
charlie137
  • 218
  • 2
  • 10
2
votes
1 answer

How can I use Homebrew to get gitx working on macOS Sierra?

If I would try using the following command to install gitx on macOS Sierra or High Sierra: brew install homebrew/cask/gitx # DOES NOT WORK on Sierra then my attempt to run gitx would result an error like this: objc[41181]: Objective-C garbage…
2
votes
1 answer

Multiple Java Executables on New Machine

TLDR; Why does brew/cask (or maybe even the native installer) install multiple executables for java? System Data: MacOS 10.13 / High Sierra I am setting up a new dev machine and before installing java ran the following command: java and was told…
2
votes
0 answers

brew bundle command takes long time to install upon updating the Brewfile

brew bundle command takes really long time to install updated Brewfile. I have added a sourcetree to Brewfile cask 'sourcetree' and then run the command brew bundle. It took really long time to complete installation. Homebrew version: Homebrew…
forethought
  • 2,913
  • 2
  • 16
  • 26
2
votes
1 answer

Homebrew cask Calling `brew cask` with the `--caskroom` flag is disabled

When I type $ brew cask in iterm2. I have tired only use brew can work, but use cask then return this error. then Error: Calling `brew cask` with the `--caskroom` flag is disabled! There is no…
IDTIMW
  • 217
  • 2
  • 14
2
votes
1 answer

ruby "permission denied" installing/using homebrew cask

My wild bet is that this issue is somehow related to my base osx ruby setup... but as I'm not a ruby-ite, i need some guidance to discover more. A couple days ago i tried to install a brew cask formula (several others were already installed…
Cometsong
  • 568
  • 9
  • 21
2
votes
1 answer

How does homebrew maintainers ensure the authenticity of binaries from each formula?

Since homebrew is community-driven, what will happen if someone submits a malicious formula. Will this get merged into the main repository and end up being installed by everyone else? How can homebrew prevent this?
quarterest
  • 105
  • 1
  • 6
1
vote
0 answers

Homebrew failing to download autoconf package

I am attempting to install the package autoconf on my mac because I need to use autoreconf to install LHAPDF for some particle collision simulations I am a little confused about why homebrew is failing to install this package. After the…
Jake
  • 11
  • 2