Changes

Package dependencies

5 bytes added, 17:24, 2 April 2019
m
no edit summary
== Depending on a package ==
By using '''dependdepends''' you make a package depending on another package, meaning that this package needs the other package for correct functionality. This dependency can already be needed during the installation or upgrade, therefore a dependency is always installed right ''before'' the current package independently of the priority of the packages.
The format is very simple, and similar to the one used for [[profile dependencies]]
</source>
In this example the '''depends''' makes the "other-package" install right ''before'' the current package "example-package".
== Chaining a package ==
5
edits