如何为Solaris创建安装程序
我已经为我的应用程序创建了 rpm 文件。它在 Fedora linux 上工作得很好。对于 linux mint 也同样有效。但Solaris不支持rpm。那么如何为solaris操作系统创建安装程序包。我有Solaris 10 linux作为操作系统。
谢谢 苏尼尔·库马尔·萨胡
I have already createdrpm file for my application. It works fine for Fedora linux. also the same worked fine for linux mint. But Solaris does not support rpm. So how to create installer package for solaris OS. I have solaris 10 linux as OS.
Thanks
Sunil Kumar Sahoo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Sun Solaris 文档。
还有一个名为 OpenPKG 的开源项目,可以在大多数 Unix/Linux 变体上使用。不过我自己还没用过。
这里是一篇关于将 RPM 转换为 Solaris Pkg。
The Solaris OS packaging format (pkgadd) is described in this Sun Solaris document.
There is also an open source project called OpenPKG that can be used on most Unix/Linux variants. I have not used it myself though.
Here is an interesting post about converting RPMs to Solaris Pkg.
Solaris 打包是最佳选择。当你第一次看到它的时候,你会觉得有点奇怪,但是一旦你理解了它,它实际上并不太困难。
Solaris packaging is the way to go. It's a little odd when you first look at it, but it's actually not too difficult once you get your head around it.