On Sat, 12 Jun 2004, seth vidal wrote: > On Fri, 2004-06-11 at 17:27 -0500, Jordan Russell wrote: >> Farkas Levente wrote: >>> - list all packages which do not comes from the given repository or the >>> repositories in the yum.conf. this is something similar to 'yum list >>> extras' but with a much stronger check. ie. if I install mozila from >>> dag's repo then list as an extra, so do not check just the name. >> >> I could really use this functionality as well. > > so how does yum know what repository an installed package came from? Doesn't /var/cache/yum/repository/header.info have the package name & version numbers for each package from that repository? I guess - currently 'yum list extras' compares the package 'name' only. The requested functionality would have to compare both package name - and version number. Satish