30
What is the difference between Linux package managers?
(programming.dev)
Simplifying Complexity, One Answer at a Time!
Rules
I guess maybe the thought with pip and npm is they’re very specialized and the others are much more general. Why bloat a package manager with repositories that many will never need when you can download a specialized one for a specific need. No reason to even have access to npm if you don’t code in js or same with pip and python.
That said a way to add those repositories to other package managers would be nice and maybe possible. I’ve never really researched it.
But it’s like anything else, get people into your ecosystem rather than someone else’s