repo/core/xz
Owen Rafferty 767d24d00a
xz: 5.4.6
2024-01-30 21:14:00 -06:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums xz: 5.4.6 2024-01-30 21:14:00 -06:00
sources xz: 5.4.6 2024-01-30 21:14:00 -06:00
version xz: 5.4.6 2024-01-30 21:14:00 -06:00

README

xz
________________________________________________________________________________

XZ Utils (previously LZMA Utils) is a set of free software command-line lossless
data compressors, including lzma and xz, for Unix-like operating systems and,
from version 5.0 onwards, Microsoft Windows.

In most cases, xz achieves higher compression rates than alternatives like gzip
and bzip2. Decompression speed is faster than bzip2, but slower than gzip.
Compression can be much slower than gzip, and is slower than bzip2 for high
levels of compression, and is most useful when a compressed file will be used
many times. [0]

Upstream: https://tukaani.org/xz/


[000] Index
________________________________________________________________________________

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


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b xz                                                                 |
|                                                                              |
+------------------------------------------------------------------------------+

[002] Setup
________________________________________________________________________________

To use xz as the package manager's compression method for build tarballs, set
the environment variable KISS_COMPRESS to 'xz'. If xz 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/XZ_Utils