pkgcheck icon indicating copy to clipboard operation
pkgcheck copied to clipboard

extend or create new module to check for redundant versions of a package

Open prometheanfire opened this issue 10 years ago • 1 comments

cleanup seems to do some of the work, but I don't think it checks to see if a particular version is needed by other packages.

The aim is to get the least (and newest) amount of package versions for a package so the others can be removed.

prometheanfire avatar Apr 02 '15 04:04 prometheanfire

Under the current architecture, this would require keeping a revdeps cache (https://github.com/pkgcore/pkgcheck/issues/285) updated in order to be usable at all.

radhermit avatar Jul 11 '19 04:07 radhermit