Onde encontrar pacotes equivalentes do Ubuntu no Mac OS X

0

Estou usando o Mac (Sierra OS). Como parte de um projeto rails, instalei libwebkitgtk-1.0-0 e libmagickwand-dev packages (usando apt-get ) no Ubuntu e estava procurando fazer o mesmo no Mac, mas não consigo encontrá-los. Eu tentei brew search , mas isso não rendeu nada. Como faço para encontrar e instalar os pacotes equivalentes no meu dispositivo MAC?

    
por linuxNoob 24.04.2017 / 04:32

1 resposta

1

Eu pesquisei:

❯ 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
    
por 24.04.2017 / 04:38