Hacker News new | ask | show | jobs
by ElectricalUnion 1191 days ago
What happens when your distribution only have old versions, or worse, no versions of the libraries you need? You hoop distribution? You layer another distribution like Nix or Anaconda over your base distribution? You give up and bundle another entire distribution in a container image?
1 comments

You make a package for the thing you need.
So the "solution to packages" is to make your own package with someone's else package?

If it's that simple, how come no one already did all that work for us?