Ask HN: Do we have a package manager problem?
Nowadays, every big software project seems to need its own package manager: programming languages, os distributions, virtualization and sandboxing solutions, text editors, programs with plugins... Do they really all have significant different needs? Will we ever have the 'git' of package managers?
4 comments
[ 2.0 ms ] story [ 14.0 ms ] threadI think we have that already with NPM.
Edit: to clarify, I'm not suggesting npm is the 2nd coming. I'm suggesting people act like it is, ( much as they do with git )
I always cry a little when a nice looking small tool is distributed trough NPM. Why? I really dont want and will build those dependencies just for a stupid mini tool.
Package management is still a much better idea than manual dependency installation - even NuGet for .Net is an improvement as it supports automatic restoration of dependencies at build time. However, as we are immersed in so many different platforms and technologies, it is extremely difficult to have a one-size-fits-all PM. Linux PMs are probably the closest.