5

I just tried to install Safari Technology Preview via "brew cask install" on two different MacBooks. On the first one it gets installed with no problems. On the other one I get "Error: Cask 'safari-technology-preview' is unavailable: No Cask with this name exists."

Both Brew are up-to-date.

What could it be?

Thank you!

Erikamyself
  • 263
  • 1
  • 13

2 Answers2

5

To install Safari Technology Preview you need to tap a separate Homebrew repository:

brew tap homebrew/cask-versions
brew install --cask safari-technology-preview
Ethan
  • 3,410
  • 1
  • 28
  • 49
chris
  • 51
  • 1
  • 3
-1

A minor update to the syntax and repository address of the below answer.

brew tap homebrew/homebrew-cask-versions
brew install --cask safari-technology-preview
mikelin
  • 376
  • 3
  • 10