Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /usr/portage size
Date: Fri, 16 Jun 2006 10:54:28
Message-Id: 200606161244.17757.bo.andresen@zlin.dk
In Reply to: [gentoo-user] /usr/portage size by David Corbin
1 On Friday 16 June 2006 12:34, David Corbin wrote:
2 > While updating today, I ran out of space on /usr. Looking closer at what
3 > was being used, /usr/portage is taking about 50% of /usr. Can this be
4 > pruned somehow?
5
6 /usr/portage/distfiles contains the sources of everything that you have
7 installed. If you delete it, it will be downloaded again the next time it is
8 needed.
9
10 If you have buildpkg in your FEATURES (if you don't know what that is you
11 don't), then everything that you have emerged will be stored in binary form
12 in /usr/portage/packages.
13
14 eclean (which belongs to app-portage/gentoolkit) can be used to prune those
15 two folders. Everything else in /usr/portage can be restored by emerge --sync
16 if one ever deletes it. It is needed to emerge anything.
17
18 HtH
19
20 --
21 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] /usr/portage size Neil Bothwick <neil@××××××××××.uk>