Mac OS X 二进制存储库
我知道一堆基于Mac OS X plaftorm的打包系统,例如macports、fink、homebrew、pkgsrc等。
我想知道是否还有 apt 或 rpm 风格的软件包的二进制存储库,可以快速、直接地安装具有许多依赖项的大型软件。
有什么建议吗? :D
I know about a bunch of packaging system for Mac OS X plaftorm based on ports such as macports, fink, homebrew, pkgsrc and so on.
I was wandering if are there also binary repository for packages apt or rpm style for a quick and straightforward installation of big software with many dependencies.
Any suggestion? :D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我的建议是 Rudix 如果你只需要一些基本的包。全部预编译,管理简单,命令简单。我将它与 macports 一起使用没有问题,总是优先选择 Rudix。一个美妙的设计!
如果您想要预编译的东西和更多数量的软件包,我建议您测试项目 pkgin Save OS X< /a>.
今天我将开始对其进行测试。
希望这有帮助。
对不起英语。
My suggestion is Rudix If you only need some basic packages. All precompiled, and management simple with easy commands. I use it with macports with no problem, always giving preference to Rudix. A wonderful design!
If you want something precompiled and a greater number of packages, I recommend that you test the project pkgin Save OS X.
I'll start a test on it today.
Hope this helps.
Sorry for the english.
Joyent 多年来一直在为 Darwin/OS X 构建 pkgsrc,并且支持
pkgin
:https://pkgsrc.joyent.com/install-on-osx/Joyent has been building pkgsrc for Darwin/OS X for some years now and they support
pkgin
: https://pkgsrc.joyent.com/install-on-osx/Fink 支持二进制包,但我前段时间的经验是,它们远远落后于可用的源包。 pkgsrc 还支持二进制软件包,但 Darwin 软件包 不支持似乎已针对 Snow Leopard (Darwin 10) 进行了更新。如果您愿意从源代码构建 pkgsrc 本身在 OS X 上运行良好(我自己使用它)。
看来,如果有人要在 pkgsrc 中为 Mac OS X 批量构建软件包,则可以将存储库与 pkgin 获得简单的二进制包管理。
Fink supports binary packages but my experience some time ago was that they lagged quite a bit behind the source packages they had available. pkgsrc also supports binary packages but the ones for Darwin don't appear to have been updated for Snow Leopard (Darwin 10). If you're happy building from source pkgsrc itself works well on OS X (I use it myself).
It appears that if someone were to to a bulk package build for Mac OS X in pkgsrc the repo could be used with pkgin to get easy binary package management.