repo/core/bzip2
Dylan Araps 14849c1eb7
repo: check-in readmes
2021-08-26 07:22:10 +03:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build bzip2: move back to core 2021-08-20 13:16:28 +03:00
checksums bzip2: move back to core 2021-08-20 13:16:28 +03:00
sources bzip2: move back to core 2021-08-20 13:16:28 +03:00
version bzip2: move back to core 2021-08-20 13:16:28 +03:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

bzip2
________________________________________________________________________________

bzip2 is a free and open-source file compression program that uses the
BurrowsWheeler algorithm. It only compresses single files and is not a file
archiver. It is developed by Julian Seward and maintained by Federico Mena. [0]

Upstream: https://www.sourceware.org/bzip2/


[000] Index
________________________________________________________________________________

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


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b bzip2                                                              |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Setup
________________________________________________________________________________

To use bzip2 as the package manager's compression method for build tarballs, set
the environment variable KISS_COMPRESS to 'bz2'. If bzip2 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] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Bzip2