Mac OS XでUbuntuクラスのパッケージを見つけることができる場所

Mac OS XでUbuntuクラスのパッケージを見つけることができる場所

私はMac(シエラOS)を使います。 Railsプロジェクトの一部としてUbuntuにインストールしlibwebkitgtk-1.0-0libmagickwand-devパッケージ化(使用)し、apt-getMacでも同じことをしたかったが見つかりませんでした。試してみましたbrew searchが、何の結果も出ませんでした。私のMACデバイスで同等のパッケージを見つけてインストールするにはどうすればよいですか?

ベストアンサー1

私が検索したもの:

❯ 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

おすすめ記事