在 Mac OS X 上哪里可以找到 Ubuntu 等效软件包

在 Mac OS X 上哪里可以找到 Ubuntu 等效软件包

我使用 Mac(Sierra OS)。作为 Rails 项目的一部分,我在 ubuntu 上安装libwebkitgtk-1.0-0libmagickwand-dev打包(使用apt-get),并希望在 Mac 上执行相同的操作,但我找不到它们。我尝试过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

相关内容