|
|
|
|
|
by kbenson
4049 days ago
|
|
How they purport to do packaging is interesting, but I'm not sure it will work well in the end. Having "bundles" that contain immutable sets of packages sounds good from a stability point of view, but unless they are entirely self contained, you'll undoubtedly run into a library that you need to updated for one bundle that then forces you to update another entire bundle. If each bundle is entirely self contained (allowing it to have it's own set of libraries), you're essentially recreating what's a static binary through package semantics. This comes with the usual downsides of static binaries. I'm interested in seeing it tried though. The learning is in the doing. |
|
I think PBI does de-duplication at the package manager level by manipulating hard-links to common files, rather than installing multiple copies.