Dónde encontrar paquetes equivalentes a Ubuntu en Mac OS X

Dónde encontrar paquetes equivalentes a Ubuntu en Mac OS X

Yo uso Mac (Sierra OS). Como parte de un proyecto de Rails, instalé libwebkitgtk-1.0-0paquetes libmagickwand-dev(usando apt-get) en ubuntu y estaba buscando hacer lo mismo en Mac, pero no puedo encontrarlos. Lo intenté brew searchpero no funcionó. ¿Cómo hago para buscar e instalar los paquetes equivalentes en mi dispositivo MAC?

Respuesta1

Yo busqué:

❯ brew search webkitgtk

webkitgtk was deleted from homebrew/core in commit cc9be4ac:
  webkitgtk: migrate to boneyard
  Repeatedly breaks/causes issues & consequently sits there stuck on
  versions with publicly-known CVEs frequently.
  Closes https://github.com/Homebrew/homebrew-core/issues/9053.

To show the formula before removal run:
  git -C "$(brew --repo homebrew/core)" show cc9be4ac^:Formula/webkitgtk.rb

If you still use this formula consider creating your own tap:
  http://docs.brew.sh/How-to-Create-and-Maintain-a-Tap.html

❯ brew search magickwand
homebrew/php/php53-magickwand                     homebrew/php/php55-magickwand
homebrew/php/php54-magickwand                     homebrew/php/php56-magickwand

información relacionada