基于 *.deb 文件创建 *.rpm 文件
我主要在 Windows/Mac 环境中进行开发,对 Linux 的了解有限。为了打包我的 eclipse RCP 项目,我在虚拟机中的 Ubuntu 64 位中创建了 2 个 deb 文件(一个 64 位,另一个 32 位)。我在 64 位和 32 位 ubuntu 中测试了这 2 个 deb 文件,它们工作正常。
现在,我想为这 2 个 deb 文件创建 RPM 文件。我是否使用 alien 将这些 deb 文件转换为 rpm 文件?这是首选方式吗?或者有更好的方法来处理这个问题吗?
非常感谢。
I develop primarily in Windows/Mac environment with limited knowledge on Linux. To package my eclipse RCP project, I created 2 deb files (one 64bit and another 32bit) in Ubuntu 64bit in the virtual box. I tested these 2 deb files in 64bit and 32bit ubuntu and they worked.
Now, I want to create the RPM files for these 2 deb files. Do I use alien to convert these deb files to rpm files? Is that a preferred way? Or is there a better way to handle this?
Thanks much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
外星人在工作时非常老套,在不工作时则毫无用处。最好学习如何正确构建 RPM。
alien is terribly hacky when it works, and useless when it doesn't. It's better to learn how to build a RPM properly.