2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/core/xz
2021-08-26 07:22:10 +03:00
..
build xz: update for new env 2021-07-15 14:59:08 +03:00
checksums xz: swap to gz source 2021-07-22 08:53:23 +03:00
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
sources xz: swap to gz source 2021-07-22 08:53:23 +03:00
version xz: bump to 5.2.5 2020-03-18 11:53:04 +02:00

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