我需要運行的腳本使用tempfile
,但我沒有在我的Mac上。我確實使用Macports。我如何知道我需要安裝哪個Macports軟件包以獲得tempfile
?如何知道命令的macports軟件包名稱?
tempfile
是用於腳本編寫的shell命令。它是我的Linux機器上的ELF二進制文件,屬於debianutils
包,如dpkg -S /bin/tempfile
所示。我安裝了Macports的debianutils軟件包,現在有tempfile
。
只是想知道我怎麼會想出這一點,如果我沒有在Linux中得心應手......
這個問題似乎是脫離主題,因爲它是關於一個程序而不是開發。嘗試AskDifferent或超級用戶 – Mark
https://stackoverflow.com/questions/25456982/find-a-macports-package-given-a-file-name –