Bundle (software distribution): Difference between revisions

Content deleted Content added
DGG (talk | contribs)
this is not a particular software package. deprodded.It's a Definition needing to be expanded into an article
Discussion
Line 2:
A "bundle" is a [[software package]] that contains a [[software]] and everything it needs to operate.
 
== Exetrnal linksDiscussion ==
 
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 [[static compilation|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]].
 
== External links ==
 
* [http://java.sun.com/j2se/1.5.0/download-netbeans.html Netbeans bundles download]