User Tools

Site Tools


dependency_hell

Table of Contents

Dependency hell

Snippet from Wikipedia: Dependency hell

Dependency hell is a colloquial term for the frustration of some software users who have installed software packages which have dependencies on specific versions of other software packages.

The dependency issue arises when several packages have dependencies on the same shared packages or libraries, but they depend on different and incompatible versions of the shared packages. If the shared package or library can only be installed in a single version, the user may need to address the problem by obtaining newer or older versions of the dependent packages. This, in turn, may break other dependencies and push the problem to another set of packages.

See also

dependency_hell.txt · Last modified: 2024/04/28 03:17 (external edit)