[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Task: check packages not installed by anyone



On Wed, Dec 29, 2004 at 09:19:59PM +0000, Martin Michlmayr wrote:
> The following is from an IRC conversation I had with Petter
> Reinholdtsen a few months ago.  The idea was to go through the
> popularity contest output and check packages which aren't installed by
> any or only by few people:
> 
> 22:39 <pere> check out popcon, and look at the packages which aren't
>              installed on any host.
> 22:40 <pere> it was ~500 packages when I checked a few days ago.
> 22:40 <tbm> 500, wow

Just a more accurate number: It's 230 as of today.

djpig@feynman:/tmp$ cat by_inst | grep -v ^# | perl -ne 'next if /^--/;($rank,$name,$inst,$vote,$old,$recent,$nofiles,$maintainer)=split(/\s+/,$_,8);print if ($inst == 0) && $maintainer && ($maintainer !~ /Not in sid/);' | wc -l
230

Changing the requirement to $inst < 2 increases that to 600, however...

Gruesse,
-- 
Frank Lichtenheld <djpig@debian.org>
www: http://www.djpig.de/



Reply to: