Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 antrpm任务在 Mac OSX 上构建 Linux 安装程序。
rpm
我安装了 MacPorts 并编译了现在可以从命令行运行的 rpm。
但是,我希望它与 ant 一起工作(从 Eclipse 内部),但 ant 找不到任何rpm可执行文件。其实whereis rpm也没有找到。使困惑..
whereis rpm
我还尝试使用 macports ( sudo port pkg rpm) 创建一个单独的 rpm 二进制安装程序,但安装后没有任何变化。
sudo port pkg rpm
rpm 二进制文件在哪里?
MacPorts 二进制文件可以在/opt/local/bin.
/opt/local/bin
根据手册页,whereis仅搜索包含在user.cs_pathsysctl 变量中的目录(至少在 OS X 上)。这个值默认/usr/bin:/bin:/usr/sbin:/sbin在我的机器上。
whereis
user.cs_path
/usr/bin:/bin:/usr/sbin:/sbin