• deadbeef79000@lemmy.nz
    link
    fedilink
    arrow-up
    7
    arrow-down
    3
    ·
    11 months ago

    Anything even tangential to Red Hat.

    RPM’s are hot garbage when it comes to packaging formats.

    Having said that, I use Fedora at work and Ubuntu at home.

      • deadbeef79000@lemmy.nz
        link
        fedilink
        arrow-up
        3
        ·
        11 months ago

        Issues with building RPM’s. There’s no specification for what an RPM is (unlike say deb).

        Well the specification is “whatever rpmbuild version x.y.z does” and whatever other tangential packages happen to be installed on the build system.

        Try building an RPM for CentOS 6 on a RockyLinux 8 system, or building for both of those on Fedora.

        You can do it, but it’s real ball ache, and you have to jump through a lot of hoops.

        Compare to building a deb for any version of Debian/Ubuntu on Fedora/RHEL it’s a doddle and predictable.