2010/8/24 Ivan Lazar Miljenovic <[email protected]>: > What do you mean by "metapackages"?
Metapackage are packages of packages, they don't provide something by themselves, but they have a dependency list so that a set of package can be installed together. For example, on ubuntu, installing "build-essentials" will pull gcc, make, autoconf, etc from the repositories. Another example would be the haskell platform, on debian it's a metapackage that depends on all the individual packages of libraries and tools that belong to the platform. David. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
