Hacker News new | ask | show | jobs
by jfe 3987 days ago
haven't linux package managers (e.g. emerge, aptitude, yum, etc.) basically solved the packaging problem?
2 comments

It's quite a bit of work to make sure that a project is available on all potentially relevant distros and always up-to-date, so that only works for popular projects, and even for those there are often alternative package sources to get current versions on older releases etc.
Not really.

The problem there is updates: you'll get bugfixes, maybe even backported bugfixes, but in order to get a new version with new features you either have to deal with installing/building from a non-OS-package-manager source, or upgrade your entire OS.

Or add ppa/OBS/hosted repo that builds the latest version.