
Originally Posted by
Delgarde
No, because you're assuming that the package format is the *only* reason why you can't install DEB files on RPM systems and visa versa. Which is nonsense, since both formats are nothing more than an archive with some package metadata associated with it - it's not all that hard to transform one into the other. The real problem is stuff like the names of package dependencies - one one system (regardless of RPM vs DEB), you depend on "libexpat", while on another it's called "expat". Or "node" vs "nodejs", or "node.js". Changing the file format doesn't solve *anything*.