Remix.run Logo
embedding-shape 6 hours ago

> Packaging it for a distro is someone else's job, and they'll take care of concerns like Debian's dependency policy. If they want to package it in the first place of course.

Yup, this is why I think so many people feel so much friction about it. On Windows and macOS, the developer is usually responsible for the entire thing, even shipping installers for users. Linux distributions tend to split the roles, and as mentioned, once you provide sources and how to build it, you're basically done and it's up to others now.

AndrewDucker 5 hours ago | parent [-]

That sounds like you could have a situation where the developer wants me to run the app, and I want to run the app, but nobody at the distro I use has packaged up the app, so we're blocked.

embedding-shape 5 hours ago | parent | next [-]

> but nobody at the distro I use has packaged up the app

But you're "at the distro", and you want to use it, so you package it :) You might want to be nice to others too, so you make that public. Eventually, the community might end up relying on it, and the package gets an official maintainer from the distribution itself.

seba_dos1 5 hours ago | parent | prev [-]

Then you can be the one who'll package it for your distro.

AndrewDucker 5 hours ago | parent | next [-]

Sorry, I don't have those skills, or any spare time.

And if you want a system whereby software only gets made available if distro-providers care enough, then that's fine. But you're putting a filter between the software producer and non-technical users, and you should be aware that this is a choice you're making.

seba_dos1 5 hours ago | parent [-]

It has worked for decades and many thousands of packages just fine.

If nobody cares enough to make the application available, perhaps it just shouldn't be there.

_sinelaw_ 5 hours ago | parent | prev [-]

You still need the distro maintainers to cooperate. And the packaging itself can be highly involved (as in the case of rust dependencies on Debian)

seba_dos1 5 hours ago | parent [-]

Of course you do, that's where the value comes from after all.