[GH-ISSUE #1305] Error: brew cask is no longer a brew command #3824

Closed
opened 2026-03-15 00:35:11 +03:00 by kerem · 1 comment
Owner

Originally created by @jorge-campo on GitHub (Jan 2, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1305

Wiki Page URL

https://github.com/ArchiveBox/ArchiveBox/wiki/Install#macos

Suggested Edit

Replace line:
brew cask install chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/

to read:
brew install --cask chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/

Note: On macOS Sonoma 14.2.1 with Homebrew 4.2.2-4-g080e61f, running brew cask install shows an error. This is the output from Terminal:

❯ brew cask install chromium
Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead.
❯ brew install --cask chromium
==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-cask/f2521f996a4139e7b0ce40a912b4d70dfd8f21a9/Cask
############################################################################################################### 100.0%
==> Downloading https://download-chromium.appspot.com/dl/Mac_Arm?type=snapshots
==> Downloading from https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1241878/chrome-mac.zi
############################################################################################################### 100.0%
Warning: No checksum defined for cask 'chromium', skipping verification.
==> Installing Cask chromium
==> Moving App 'Chromium.app' to '/Applications/Chromium.app'
==> Linking Binary 'chromium.wrapper.sh' to '/opt/homebrew/bin/chromium'
🍺  chromium was successfully installed!
Originally created by @jorge-campo on GitHub (Jan 2, 2024). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1305 ## Wiki Page URL https://github.com/ArchiveBox/ArchiveBox/wiki/Install#macos ## Suggested Edit Replace line: `brew cask install chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/` to read: `brew install --cask chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/` >Note: On macOS Sonoma 14.2.1 with Homebrew 4.2.2-4-g080e61f, running `brew cask install` shows an error. This is the output from Terminal: ``` ❯ brew cask install chromium Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead. ❯ brew install --cask chromium ==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-cask/f2521f996a4139e7b0ce40a912b4d70dfd8f21a9/Cask ############################################################################################################### 100.0% ==> Downloading https://download-chromium.appspot.com/dl/Mac_Arm?type=snapshots ==> Downloading from https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1241878/chrome-mac.zi ############################################################################################################### 100.0% Warning: No checksum defined for cask 'chromium', skipping verification. ==> Installing Cask chromium ==> Moving App 'Chromium.app' to '/Applications/Chromium.app' ==> Linking Binary 'chromium.wrapper.sh' to '/opt/homebrew/bin/chromium' 🍺 chromium was successfully installed! ```
kerem closed this issue 2026-03-15 00:35:16 +03:00
Author
Owner

@pirate commented on GitHub (Jan 3, 2024):

fixed, thanks!

<!-- gh-comment-id:1874739051 --> @pirate commented on GitHub (Jan 3, 2024): fixed, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#3824
No description provided.