Difference between revisions of "Talk:Package dependencies"
From WPKG | Open Source Software Deployment and Distribution
(dependancy vs priority) |
(No difference)
|
Revision as of 16:44, 4 November 2008
So I checked out about dependancies in the linked page, but I still don't understand.
Lets say we have 2 packages package1 with a priority of 9 package2 with a priority of 10
With no dependancies set, it should install in the order package2 -> package1 correct? If I was to say package2 depands on package1, would this change to package1 -> package2 ?
As I see it, this is how it should work, but can you confirm or otherwise?