Re: [gentoo-user] get rid of all gnome related apps

2003-01-30 Thread John Nilsson
This is not exact but it helped me: newkid root # cat /usr/local/bin/depon #!/bin/bash PACKAGE=$1 RDEPS=$(find /var/db/pkg/ -name RDEPEND) egrep "$PACKAGE( +|(-)[0-9]+)" $RDEPS | cut -d "/" -f 6,8 | sed 's/\// depends on: /g' On Fri, 2003-01-31 at 07:03, Kevin J. Anderson wrote: > I am trying

[gentoo-user] get rid of all gnome related apps

2003-01-30 Thread Kevin J. Anderson
I am trying to unmerge all gnome related applications. I have emerge searched gnome, then unmerged all installed programs that came up, but emerge -u --deep keeps trying to bring most of them back. Is there a way for me to figure out what program is stipulating those as dependencies? kev --