Osx

在哪裡可以找到 Mac OS X 上的 Ubuntu 等效軟體包

  • November 25, 2018

我使用 Mac(Sierra 作業系統)。作為 Rails 項目的一部分,我在 ubuntu 上安裝libwebkitgtk-1.0-0libmagickwand-dev打包(使用apt-get),並希望在 Mac 上做同樣的事情,但我找不到它們。我試過brew search了,但這並沒有產生任何結果。如何在我的 MAC 設備上查找和安裝等效軟體包?

我搜尋過:

❯ 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

引用自:https://unix.stackexchange.com/questions/360866