冲泡配方冲突如何处理?

时间:2021-03-26 19:14:18

标签: homebrew

例如,我希望能够从 moreutils 和 pwntools 访问 errno。有没有办法只打印出包的安装目录(在本例中为 /usr/local/Cellar/moreutils/0.64),以便我可以使用完整路径(在本例中为 /usr/local/Cellar/moreutils/0.64/bin/errno)目录调用命令?

$ brew info moreutils
moreutils: stable 0.65 (bottled), HEAD
Collection of tools that nobody wrote when UNIX was young
https://joeyh.name/code/moreutils/
Conflicts with:
  parallel (because both install a `parallel` executable)
  pwntools (because both install an `errno` executable)
  sponge (because both install a `sponge` executable)
  task-spooler (because both install a `ts` executable)
/usr/local/Cellar/moreutils/0.64 (68 files, 623.8KB)
  Poured from bottle on 2020-09-04 at 23:44:26
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/moreutils.rb
License: GPL-2.0-or-later and (GPL-2.0-only or Artistic-2.0)
==> Dependencies
Build: docbook-xsl ✔
==> Options
--HEAD
    Install HEAD version
==> Analytics
install: 2,161 (30 days), 9,268 (90 days), 28,848 (365 days)
install-on-request: 2,158 (30 days), 9,224 (90 days), 28,139 (365 days)
build-error: 0 (30 days)

0 个答案:

没有答案