Difference between revisions of "Talk:Package dependencies"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(dependancy vs priority)
 
(corrected formatting)
Line 1: Line 1:
 
So I checked out about dependancies in the linked page, but I still don't understand.
 
So I checked out about dependancies in the linked page, but I still don't understand.
  
Lets say we have 2 packages
+
Lets say we have 2 packages<br />
package1 with a priority of 9
+
package1 with a priority of 9<br />
 
package2 with a priority of 10
 
package2 with a priority of 10
  
With no dependancies set, it should install in the order package2 -> package1 correct?
+
With no dependancies set, it should install in the order <b>package2 -> package1</b>  is this correct?<br />
If I was to say package2 depands on package1, would this change to package1 -> package2  ?
+
If I was to say package2 depands on package1, would this change to <b>package1 -> package2</b> ?
  
 
As I see it, this is how it should work, but can you confirm or otherwise?
 
As I see it, this is how it should work, but can you confirm or otherwise?

Revision as of 16:46, 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 is this 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?