Software Package Article Index for
Software
Articles about
Software Package
Website Links For
Software
 

Information About

Software Package




The most common type of software package seen by the average computer user is that found sold in stores. An example might be a popular Word Processor . A user would purchase the software, then follow the given instructions to install the software on their home machine.

A very common type of software package is that found on many Unix-like Operating System s. These are often a single file containing many more files to be installed, along with rules describing what other software needs to be installed for the package to function properly.


The term ''software package'' is also used in Object-oriented Programming to name a group of related Class es of a Program . In this meaning, packages are especially useful to measure and control the inherent Coupling of a program.

In a Modular program, even outside OOP , the term "software package" may refer to any component (see also Module ) that can be integrated into the main program through a well-defined Interface and, typically, by the End User .
In other contexts, the integration must occur at Source Code level, therefore requiring the knowledge of a given Programming Language .


SEE ALSO



REFERENCES