How to convert .rpm file into .deb file in Fedora 10
Hi I am using 64 bit fedora10 linux. I have created r开发者_如何转开发pm file for my software. It works fine. But my software doesnot works good or ubuntu and debian linux because they want .deb file.
So How to convert my .rpm file into .deb file
Thanks Sunil Kumar Sahoo
You can also use debootstrap
package to create Debian/Ubuntu chroot and build .deb package inside it. It would be better then just converting from existing RPM to DEB.
BR, Dawid.
Sounds like a job for a (legal) alien: http://packages.debian.org/lenny/alien
精彩评论