|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub


pigz                                                                 version 2.6
________________________________________________________________________________

pigz, which stands for parallel implementation of gzip, is a fully functional
replacement for gzip that exploits multiple processors and multiple cores to the
hilt when compressing data. pigz was written by Mark Adler, and uses the zlib
and pthread libraries. [0]

Upstream: https://zlib.net/pigz/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* History ................................................................ [004]
* References ............................................................. [005]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b pigz                                                               |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Setup
________________________________________________________________________________

To use pigz as the package manager's compression method for build tarballs, set
the environment variable KISS_COMPRESS to 'gz'. If pigz will not be used as
the package manager's compression method, no such setup is required.


[003] Usage
________________________________________________________________________________

Refer to the manual pages and command help output.


[004] History
________________________________________________________________________________

2021-07-18 471e46b9 pigz: fix linter
2021-07-18 4c226fa3 pigz: get rid of zopfli and superfluous symlinks
2021-07-15 8f254cb7 pigz: 2.6


[005] References
________________________________________________________________________________

[0] https://zlib.net/pigz/



________________________________________________________________________________

Dylan Araps (C) 2019-2021

The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.