1

I couldn't find any itunes on homebrew to be able to install. Am I missing something?

I tried:

brew search itune

I've got

Caskroom/cask/itunes-producer       Caskroom/cask/itunesscrobbler
Caskroom/cask/itunes-volume-control

2 Answers2

2

You can’t. The only way to install programs like iTunes is with Homebrew Cask; but it doesn’t provide iTunes because it’s already pre-installed on OS X and “Apple pushes iTunes updates automatically as part of system updates, so there’s no reason why anyone should be using homebrew-cask to install this” (the quote comes from a Homebrew-Cask maintainer).

bfontaine
  • 161
  • 12
0

No, you are not missing anything.

There is no iTunes formula aka package available in Homebrew Also iTunes comes pre-installed in OSX

This returns nothing

brew search | grep itunes

You might want to check this too

clhy
  • 6,514