On Wednesday 08 June 2005 18:43, Richard Fish wrote:

>
> Here is a script to do it:
>
> cat /var/lib/portage/world | \
>     while read line; do
>         count=`equery depends "$line" | wc -l`
>         test $count -gt 0 && echo $line
>     done
>
> This will output every package listed in world that is a dependancy of
> something else.  Of course, you need a recent version of gentoolkit to
> get equery.

It wasn't my question but many thanks anyway!

Uwe

-- 
95% of all programmers rate themselves among the top 5% of all software 
developers. - Linus Torvalds

http://www.uwix.iway.na (last updated: 20.06.2004)
-- 
gentoo-user@gentoo.org mailing list

Reply via email to