Hacker News new | past | comments | ask | show | jobs | submit login

I haven't seen that on a decently-maintained Linux system--certainly not any I'd call a "real system"--in a really long time, unless they're side-by-side packages from the OS.



What "Linux system"? We're not talking about your distro userland packages here.

We're talking about businesses deploying multiple server apps and such. Neither Java nor .NET shops for example rely on "OS packages" for their server dependencies when it comes to Jars, dlls, etc.


Yes, actually, I was talking about distro userland packages, but whatever. If you're deploying a Java application, everything should be coming out of Maven (and thus avoid any sort of shared library hell) in the first place, no?


>Yes, actually, I was talking about distro userland packages, but whatever.

Then you were off topic, since we were discussing Golang packages for deployment, which aren't userland packages either. But whatever.

>If you're deploying a Java application, everything should be coming out of Maven (and thus avoid any sort of shared library hell) in the first place, no?

You still get multiple copies of jars. And you still need to replace them. And you still might have older projects that need particular versions of a jar that you need to update somehow in case such a long-reaching issue is discovered (and upstream might not do that at all).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: