* Alan McKinnon ([email protected]) [26.04.09 18:49]: > > It should be easy enough to write a program that examines world and displays > all packages it finds that are dependencies of something else in world, but I > haven't found one, and prefer the manual approach above. >
#!/bin/bash
for i in $( cat /var/lib/portage/world ); do
equery d $i;
done
Slow, ugly, but does the job
Sebastian
--
" Religion ist das Opium des Volkes. " | _ ASCII ribbon campaign
Karl Marx | ( ) against HTML e-mail
s...@sti@N GÜNTHER | X against M$ attachments
mailto:[email protected] | / \ www.asciiribbon.org
pgpbi5D2hw8zo.pgp
Description: PGP signature

