Utilities for the .xz and .lzma formats https://tukaani.org/xz-backdoor/
Go to file
2024-01-05 19:58:58 +01:00
README.md automatic version update by autodist [release 5.0.5-1mamba;Mon Jul 01 2013] 2024-01-05 19:58:58 +01:00
xz.spec automatic version update by autodist [release 5.2.1-1mamba;Mon Mar 02 2015] 2024-01-05 19:58:58 +01:00

xz

Utilities for the .xz and .lzma formats. lzma is a file compression utility with a high compression ratio. Features: * Average compression ratio of LZMA is about 30% better than that of gzip, and 15% better than that of bzip2. * Decompression speed is only little slower than that of gzip, being two to five times faster than bzip2. * In fast mode, compresses faster than bzip2 with a comparable compression ratio. * Achieving the best compression ratios takes four to even twelve times longer than with bzip2. However. this doesn't affect decompressing speed. * Very similar command line interface than what gzip and bzip2 have. * The patch for GNU tar integrates LZMA compression with the tar command in the same way as with gzip and bzip2. * Free software licensed under the GNU GPL (actually most parts are under the GNU LGPL).