Mailinglist Archive: opensuse-packaging (140 mails)
| < Previous | Next > |
Re: [opensuse-packaging] RFC: Cleanup of packages - checking doc files
- From: Ruediger Meier <sweet_f_a@xxxxxx>
- Date: Thu, 19 Jan 2012 16:03:15 +0100
- Message-id: <201201191603.16096.sweet_f_a@gmx.de>
On Thursday 19 January 2012, Cristian Rodríguez wrote:
In practice this safes (almost) nothing, even tested:
$ rpm -qa |wc -l
2218
$ find /usr/share/man/ -type f |wc -l
12110
$ du -s /tmp/man_gz/
65831 /tmp/man_gz/
$ du -s /tmp/man_xz/
63890 /tmp/man_xz/
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
On 19/01/12 07:50, Andreas Jaeger wrote:
What do you think? Any other ideas on getting a smaller base
system?
- Change the default compression algorithm of man pages to XZ/LZMA
In practice this safes (almost) nothing, even tested:
$ rpm -qa |wc -l
2218
$ find /usr/share/man/ -type f |wc -l
12110
$ du -s /tmp/man_gz/
65831 /tmp/man_gz/
$ du -s /tmp/man_xz/
63890 /tmp/man_xz/
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
| < Previous | Next > |