Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Do I really need 194 pkgs to install git?
Date: Sat, 03 Aug 2013 19:18:39
Message-Id: CADPrc81AdCQKKyae7voFEk6osDWuwEpYEFYkZn0Vy+0Lrwn0fQ@mail.gmail.com
In Reply to: [gentoo-user] Re: Do I really need 194 pkgs to install git? by Nikos Chantziaras
1 On Sat, Aug 3, 2013 at 1:11 PM, Nikos Chantziaras <realnc@×××××.com> wrote:
2 > On 03/08/13 06:20, Harry Putnam wrote:
3 >>
4 >> Nikos Chantziaras <realnc@×××××.com> writes:
5 >>
6 >> [...]
7 >>
8 >>>> Unless I hear something that would indicate it will be too crippled
9 >>>> even for the usage I plan.
10 >>>
11 >>>
12 >>> You should of course put those USE flags in /etc/portage/package.use
13 >>> instead of setting them in the command-line, otherwise they won't be
14 >>> remembered.
15 >>>
16 >>> But I would go with the defaults anyway. There is no reason at all
17 >>> why you should not install 194 packages.
18 >>
19 >>
20 >> Only that this is a smallish install with only 32gb of disk space.
21 >
22 >
23 > You would be surprised how little space most packages actually consume once
24 > installed :-) For example, my desktop has a full KDE install (*with*
25 > semantic-desktop), lots of extra packages for developing, graphics editing,
26 > audio editing, four different browsers with all their deps, etc. It's a
27 > multilib system with lots of 32-bit compatibility deps. In total, that's
28 > 1381 installed packages. Total space consumed is 8GB.
29 >
30 > So I'd say try to install it. If it turns out it takes too much space, it's
31 > very easy to get rid of all those deps again:
32
33 Full GNOME+systemd desktop, plus goodies like LibreOffice and Chromium:
34
35 acero ~ # du -sh /usr/bin/
36 389M /usr/bin/
37 acero ~ # du -sh /bin/
38 8.7M /bin/
39 acero ~ # du -sh /usr/sbin/
40 32M /usr/sbin/
41 acero ~ # du -sh /sbin/
42 6.2M /sbin/
43 acero ~ # du -sh /usr/lib64/
44 2.2G /usr/lib64/
45 acero ~ # du -sh /lib64/
46 45M /lib64/
47
48 2.6 GB in total. Also:
49
50 acero ~ # du -sh /usr/share/doc
51 2.5G /usr/share/doc
52
53 You will save much more space by using USE="-doc" (or perhaps even
54 adding /usr/share/doc to INSTALL_MASK), than by removing potentially
55 useful functionality.
56
57 Regards.
58 --
59 Canek Peláez Valdés
60 Posgrado en Ciencia e Ingeniería de la Computación
61 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] Re: Do I really need 194 pkgs to install git? Neil Bothwick <neil@××××××××××.uk>