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

How do I un-install a specific open jdk 1.8.0_322 which I suspect was installed using homebrew. All my trials have failed

I need to un install my JDK 1.8 version from my Mac 12.2.1 Montere. However much I try I could not get rid of it. When I run $ java -version, I get openjdk version "1.8.0_322" OpenJDK Runtime Environment Corretto-8.322.06.1 (build…
PraNuta
  • 629
  • 3
  • 12
  • 33
0
votes
1 answer

VS Code Java SDK Creates Project Errors on Default Components (Main Method, Double, String etc.)

Environment: I had a series of unexplainable errors on a macOS system running macOS Big Sur and while I was trying to run my application using this guide from the official VS Code website. Issue: Every time I opened a certainly working project in VS…
0
votes
1 answer

Git cannot allocate enough memory to install Homebrew

I am trying to install Homebrew on Linux on a cluster. But I am constantly getting the following error messages: fatal: packfile .git/objects/pack/pack-9d2d97f367d3ebfa65a3b708b2d87333a8eb2bf0.pack cannot be mapped: Cannot allocate memory error:…
Anik Dutta
  • 29
  • 6
0
votes
1 answer

how to update brew formula when i update the relavant code

I have created a custom brew formula for go binary. so when I update the main code repo, I need to manually update the homebrew-X formula to change the version or say update the shasum 256 of that. can someone please help how can I update the…
Khushi
  • 39
  • 1
  • 5
0
votes
0 answers

XCODE not installing pods

i am trying to install pod in my project and getting the error GoogleAppMeasurement requires CocoaPods version >= 1.10.2, which is not satisfied by your current version, 1.10.1. i tried with the brew and it gives me this error: The following…
0
votes
1 answer

Why does JavaFX not work under OpenJDK 17 from Homebrew?

After installing both the OpenJDK and the Temurin casks (testing out first one, then the other), I'm still getting errors like these when running a simple example javafx app from the terminal: Example.java:1: error: package javafx.application does…
Tin Man
  • 700
  • 8
  • 29
0
votes
0 answers

How does Homebrew compile sources? Is there any log?

I used Homebrew on MacOS to get the package "espeak". It builds and installs just fine and I can use it perfectly. Now I would like to know where Homebrew gets the source code from and how the package is built. The source code I can get with the…
lina_2299
  • 53
  • 4
0
votes
1 answer

Strange Output from cask command

Today I installed cask via homebrew on my M1 Mac Mini, and wanted to check the version of cask that I had installed. I was not fully sure of the command to complete this, so I tried cask --version This gave me a long readout where there were several…
0
votes
1 answer

Homebrew can't find openjdk on Macbook pro m1

I wanted to install openjdk on my new MacBook Pro M1 with Big Sur. I installed Xcode, and homebrew, but if I try to do brew search java I get ==> Casks charles-applejava java-beta java6 …
debuggirl
  • 31
  • 3
0
votes
0 answers

Homebrew pip issue 5599 on Intel macOS Big Sur

(I'm new here, so please be gentle) When using topgrade in homebrew (I installed topgrade after installing homebrew with brew install topgrade) on macOS big sur on a 2020 Intel 13" default upper specs MacBook Pro I ran into the following…
bbvs247
  • 1
  • 1
0
votes
1 answer

How to resolve Github build R 3.5 cask error?

I recently installed git and incorporated it with R studio so that I can use github's version control system. I am new to git and github, so I am out of my depth when it comes to figuring out how to resolve errors. The issue I have is that my "push"…
0
votes
0 answers

How to uninstall homebrew cask and the other stuff it came along with it?

I installed cask on homebrew on my M1 chip Mac since I wanted to try out the whole being able to update software with ease. But, after some testing I did not really find it useful to me for the time being. I went ahead to uninstall cask with brew…
pzrsa
  • 25
  • 3
  • 7
0
votes
1 answer

Latest version of Chromium installed with Homebrew does not play video - how to resolve?

I recently installed Chromium on my Macbook Pro via Homebrew with: brew install --cask chromium and I'm finding that videos are not playing in the browser on a number of sites. All videos on CNN.com for example will not play. Are there any…
Chris
  • 3,109
  • 7
  • 29
  • 39
0
votes
2 answers

How can we reduce the size of homebrew-cask and homebrew-core folders?

Is there a way to reduce the size of homebrew-cask and homebrew-core folders? They are 230.7 MB and 346.5 MB respectively. Also, brew cleanup does not do a whole lot, the binaries still live in the ~/Library/Caches/Homebrew/downloads folder, is this…
Rao Pathangi
  • 504
  • 3
  • 11
0
votes
1 answer

Is it possible to change the default app directory for home-brew casks to an external hard drive?

I am running out of space on my laptop, and I was wondering if it would be possible to change the default directory of installing casks on an external hard drive so that I can use the internal hard drive just for the OS and important files.