Gentoo Archives: gentoo-user

From: "Mariusz Pękala" <skoot@××.pl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Easy way to unmerge all of KDE?
Date: Fri, 23 Dec 2005 09:28:10
Message-Id: 20051223091916.GB11991@lisa.tutaj
In Reply to: Re: [gentoo-user] Easy way to unmerge all of KDE? by "Mariusz Pękala"
1 > Alternate way:
2 > cd /var/db/pkg/kde-base
3 > for x in *; do emerge unmerge "=$x" ; done
4
5 Oh, no. I was too quick - it can break dependencies. Don't do it.
6
7 :-)
8
9 --
10 No virus found in this outgoing message.
11 Checked by 'grep -i virus $MESSAGE'
12 Trust me.

Replies

Subject Author
Re: [gentoo-user] Easy way to unmerge all of KDE? Dale <dalek@××××××××××.net>