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
3
votes
1 answer

brew upgrade removes dock icon in BigSur

whenever I run brew update && brew upgrade && brew upgrade --cask it updates my apps and removes the app icons from the macOS dock as well. after every upgrade I have to add the app icon back to the dock. quite annoying. this is on BigSur. this did…
BPNBU
  • 31
  • 2
3
votes
2 answers

How to uninstall twilio-cli from Mac osx using brew

I am on Mac os and could get twilio-cli. I have installed it using brew. I tried brew uninstall twilio brew remove twilio It gives below error Warning: Twilio is switching the default branch from 'master' to 'main' Warning: requiring an…
Aseem Jain
  • 333
  • 2
  • 7
3
votes
1 answer

How to resolve the conflict between homebrew packages?

There are the following two packages in conflict. What is the correct way to resolve this conflict? $ brew cask install rar ==> Downloading https://www.rarlab.com/rar/rarosx-5.9.1.tar.gz Already downloaded:…
user1424739
  • 11,937
  • 17
  • 63
  • 152
3
votes
1 answer

Error: Cask 'java7' is unavailable: No Cask with this name exists

As one of the projects is using Java 1.7, I wanted the version to run the mrunit test cases manually. I got java8 installed in my machine and also wanted java7. While I run brew cask install java7, it throws error message - Error: Cask 'java7' is…
Aavik
  • 967
  • 19
  • 48
3
votes
2 answers

MAC : No available formula with the name "brew-cask"

Trying to install brew-cask after tapping caskroom/cask, brew tap caskroom/cask brew install brew-cask But getting error, $ brew install brew-cask Updating Homebrew... Error: No available formula with the name "brew-cask" ==> Searching for a…
Rashmi
  • 565
  • 2
  • 7
  • 29
3
votes
0 answers

How to Install multiple JDK minor versions using Brew in Mac OS (not major versions)

I already have installed JDK 1.8.0_192 using homebrew, brew cask install java8 For development purposes, I want to also install JDK 1.8.0_152. Is there a way to accomplish this using homebrew? Note: This is not about installing multiple major…
Shamal Karunarathne
  • 1,759
  • 3
  • 16
  • 24
3
votes
3 answers

brew cask uninstall --force virtual box gives Error: undefined method `<=' for nil:NilClass

On OSX El Captain 10.11.6, I have $ VirtualBox --help Oracle VM VirtualBox Manager 5.0.16 I'm trying to uninstall virtual box but getting following ... brew cask uninstall --force virtualbox Error: undefined method `<=' for nil:NilClass Did you…
k1eran
  • 4,492
  • 8
  • 50
  • 73
3
votes
1 answer

Can't install android-sdk using homebrew

I am trying to install android-sdk using homebrew using the following command : brew cask install android-sdk Everything goes fine until: LinuxPluss-Mac:~ linuxplus$ brew cask reinstall android-sdk ==> Caveats We will install android-sdk-tools,…
Shahzaib Rahim
  • 1,717
  • 2
  • 9
  • 17
3
votes
2 answers

happygrep - dyld: Library not loaded: /usr/local/opt/ncurses/lib/libncursesw.5.dylib

I'm trying to run CLI happygrep on my Mac OS X 10.9. but an error occured: happygrep - dyld: Library not loaded: /usr/local/opt/ncurses/lib/libncursesw.5.dylib. I install it like this: $ brew cask update $ brew cask install happygrep Can…
simbazz
  • 79
  • 2
  • 7
3
votes
1 answer

"No available cask" error for any cask I try to install

Well, I just updated my brew and installed brew-cask formula on my machine after a brew tap phinze/cask command. Then I did brew cask install vagrant to install Vagrant and it suddenly popped this out: Error: No available cask for vagrant. Trying to…
Paulo Freitas
  • 13,194
  • 14
  • 74
  • 96
2
votes
2 answers

Installed latest ruby on mac but still showing old in terminal

Installed latest ruby but still showing old version I have installed latest ruby version on mac ventura and getting success message Successfully installed ruby 3.2.2 into /Users/myuser/.rubies/ruby-3.2.2 But when checking ruby --version on the same…
2
votes
0 answers

Mac install java [openjdk]: brew vs. cask vs. IntelliJ IDEA (different JDK paths)

Do the below different JDK paths, that result from installation (on Mac) with the given different methods (possibly by any defaults they have), reflect or imply any differences (in functionality, access, configuration, or intended use of the JDK)…
cellepo
  • 4,001
  • 2
  • 38
  • 57
2
votes
1 answer

Does Homebrew cask keep apps updated in "real-time"?

For instance, let's say that I install Spotify with Homebrew. If a Spotify update comes out, will it also be available with brew upgrade the same way and day as if I were using the app installed via the Spotify website?
d3lux1999
  • 68
  • 7
2
votes
1 answer

Issues with homebrew tap and cask

I am trying to set up my own Homebrew tap for casks which aren't available on the official Hombrew tap. I am getting a Error: Cannot tap depal1/gamezz: invalid syntax in tap! and "invalid formula" errors on my casks when I try to install them…
user82294
  • 23
  • 1
  • 3
2
votes
1 answer

How to see brew installed java with java -version command?

I have installed java open jdk latest version with homebrew with the following command: brew install openjdk I try to to check installed versions with the command /usr/libexec/java_home -V Nothing showing. And the command java -version also…
Chris Garsonn
  • 717
  • 2
  • 18
  • 32