我需要运行的脚本 uses tempfile,但我的 Mac 上没有。我确实使用 Macports。如何找出我需要安装哪个 Macports 包才能获得tempfile?
tempfile是脚本中使用的 shell 命令。它是我的 Linux 机器上的 ELF 二进制文件,属于debianutils包,如dpkg -S /bin/tempfile. 我安装了 Macports debianutils 包,现在有了tempfile.
只是想知道如果我手边没有 Linux 机器,我将如何解决这个问题……