Gentoo Archives: gentoo-user

From: Dale <teendale@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Before doing something wrong
Date: Thu, 13 Jul 2006 04:28:02
Message-Id: 44B5C987.90308@vista-express.com
In Reply to: [gentoo-user] Before doing something wrong by Meino Christian Cramer
1 Meino Christian Cramer wrote:
2 > Hi,
3 >
4 > short question: Is
5 >
6 > emerge --clean
7 >
8 > the right way to remove unused stuff from my system /without/
9 > removing files from /usr/portage/ and below ?
10 >
11 > Keep hacking!
12 > mcc
13 >
14
15 If you installed a program that you no longer need, you can do a emerge
16 -C <package name> and it will remove it for you. The -C is the same as
17 --clean by the way.
18
19 That said, be very careful with that. If you remove some things it can
20 break portage, gcc or some other program that the system uses. I would
21 strongly recommend you do a equery depends <package name> to make sure
22 you do not remove something that will break things.
23
24 Hope that helps and keeps you from hurting at the same time. It's easy
25 done.
26
27 Dale
28
29 :-) :-)
30
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Before doing something wrong Sascha Hlusiak <saschahlusiak@×××××.de>