Bundle (software distribution)

This is an old revision of this page, as edited by El Pantera (talk | contribs) at 12:52, 21 August 2011 (Discussion). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A "bundle" is a software package that contains a software and everything it needs to operate.

Discussion

On the one hand, the use of software bundles have a clear advantage: they usually include a program and all the libraries it needs to operate statically compiled, so the program can work without any further dependence.

On the other hand, it has a drawback on efficiency. Usually software installation uses shared libraries that can be shared by different programs runnig in the same computer, reducing memory usage.