Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Dale
Neil Bothwick wrote: On Fri, 23 Dec 2005 11:30:06 -0600, Paul Varner wrote: For equery, you can use: equery list kde-base/ Aha! Nice one, I tried equery list kde-base but got nothing. It seems the trailing slash makes all the difference, having the same effect as qpkg's -g. You'll

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 11:30:06 -0600, Paul Varner wrote: > For equery, you can use: > > equery list kde-base/ Aha! Nice one, I tried equery list kde-base but got nothing. It seems the trailing slash makes all the difference, having the same effect as qpkg's -g. You'll wean me off qpkg completely

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Paul Varner
On Fri, 2005-12-23 at 08:06 +, Neil Bothwick wrote: > You can list all installed kde packages with > > qpkg -g kde-base > or > equery list | grep kde-base > For equery, you can use: equery list kde-base/ This tells equery to list the installed packages in category kde-base. The command w

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Mariusz Pękala
> Alternate way: > cd /var/db/pkg/kde-base > for x in *; do emerge unmerge "=$x" ; done Oh, no. I was too quick - it can break dependencies. Don't do it. :-) -- No virus found in this outgoing message. Checked by 'grep -i virus $MESSAGE' Trust me. pgp8MviLlraYM.pgp Description: PGP signature

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Mariusz Pękala
On 2005-12-23 00:12:41 -0600 (Fri, Dec), Dale wrote: > Hi guys, and Holly, > > I have a rig that I need to free up some space on the hard drive. I > want to remove KDE completely. Naturally doing a emerge unmerge kde > does not get the job done. What is a easy way to do this? I did a > emer

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Dale
Mariusz Pękala wrote: Alternate way: cd /var/db/pkg/kde-base for x in *; do emerge unmerge "=$x" ; done Oh, no. I was too quick - it can break dependencies. Don't do it. :-) Me didn't. I used the depclean one, after a -p and a good look first. O-O LOL I didn't understand that one. I

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Neil Bothwick
On Fri, 23 Dec 2005 00:12:41 -0600, Dale wrote: > I have a rig that I need to free up some space on the hard drive. I > want to remove KDE completely. Naturally doing a emerge unmerge kde > does not get the job done. What is a easy way to do this? If you installed the kde meta-package, then

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-23 Thread Dale
Dirk Heinrichs wrote: Am Freitag, 23. Dezember 2005 07:12 schrieb ext Dale: I have a rig that I need to free up some space on the hard drive. I want to remove KDE completely. Naturally doing a emerge unmerge kde does not get the job done. What is a easy way to do this? I did a emerge -e

Re: [gentoo-user] Easy way to unmerge all of KDE?

2005-12-22 Thread Dirk Heinrichs
Am Freitag, 23. Dezember 2005 07:12 schrieb ext Dale: > I have a rig that I need to free up some space on the hard drive. I > want to remove KDE completely. Naturally doing a emerge unmerge kde > does not get the job done. What is a easy way to do this? I did a > emerge -ep world | grep kde bu

[gentoo-user] Easy way to unmerge all of KDE?

2005-12-22 Thread Dale
Hi guys, and Holly, I have a rig that I need to free up some space on the hard drive. I want to remove KDE completely. Naturally doing a emerge unmerge kde does not get the job done. What is a easy way to do this? I did a emerge -ep world | grep kde but it is one heck of a list. It's 6 pa