|
|
|
|
|
by dijit
4118 days ago
|
|
Maybe something similar to how apple have "application packages" now? each program is confined to it's own directory by default and has everything it needs to run.. if it depends on something in the OS, it's aware it's there because of the release version and distro.. this could be done easily in a manifest file (you can ask yum for instance what's installed). maybe I'm overthinking it, maybe it's a horrible idea. |
|
Some distributions have tried a similar approach. PC-BSD has the PBI format. Slax uses compressed file system images for packages. There's solutions like 0install (and tons of predecessors) that have tried to do it. None have really caught on.