|
|
|
|
|
by darklajid
3538 days ago
|
|
No, RPM and Deb files don't work for many distributions. Yes, the formats are shared (say, RPM for Fedora, RedHat, Suse). But the resulting binaries aren't (usually, automatically - you might get lucky of course) compatible. The whole point of distributions is to build a system. Fedora and Suse are on different schedules, make different decisions about updates, might run different versions of the libraries your package (here: pinta) depends upon. Your RPM file often isn't even usable between different releases of the same distribution. So just adding a random RPM wouldn't make sense. You brought up OBS elsewhere: One of the major reasons that thing exists is so that you can build packages .. for a list of target platforms. OBS is a service that uses a build recipe and upstream sources (pintas tarball) to spit out binary packages for various different environments and formats. So one additional RPM file wouldn't do the trick here. |
|
In the old dasy of Linux their would be a lot of issues but presently RPM and Deb works like a charm fro my uses.
I am hoping for appimage of flatpak to take over but for now RPM is my life blood to get things working.
If it is a niche program that won't be on the repos or it is updated frequently RPM is a very viable system.