【发布时间】:2013-10-16 15:50:57
【问题描述】:
我需要运行的脚本使用 tempfile,但我的 Mac 上没有。我确实使用 Macports。如何找出我需要安装哪个 Macports 包才能获得tempfile?
tempfile 是脚本中使用的 shell 命令。它是我的 Linux 机器上的 ELF 二进制文件,属于 debianutils 包,如 dpkg -S /bin/tempfile 所示。我安装了 Macports debianutils 包,现在有了tempfile。
只是想知道如果我手边没有 Linux 机器,我将如何解决这个问题……
【问题讨论】:
-
这个问题似乎是题外话,因为它是关于一个程序而不是开发。尝试 AskDifferent 或 SuperUser
标签: macports