Linked by Thom Holwerda on Mon 4th Jun 2007 16:38 UTC, submitted by anonymous
Thread beginning with comment 245208
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2007-06-04
OPIUM isn't a full package manager, it's a dependency analysis algorithm designed to plug in to existing package managers (in particular, APT). The paper is a research piece exploring the algorithm; hopefully the community will find value in it and we can look at integrating it into APT in the future. It certainly doesn't aim to replace apt-get entirely, only the portion of it that computes dependencies. Because the paper was targeted at an academic, not an industrial, audience, this kind of implementation mechanism was not covered in it. However, if you read the paper you'll be able to see very quickly what we do and do not deal with.