A Program for Compressing Files
The xz command is a very powerful program for compressing files.
* 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 to what gzip and bzip2 have.
- Sources inherited from project SUSE:SLE-12:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Alexander_Naumov:SLE12/pixz && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pixz-1.0.2.tgz | 0000021425 20.9 KB | |
pixz-endianess-functions.patch | 0000000640 640 Bytes | |
pixz-underlinking.patch | 0000000428 428 Bytes | |
pixz-use-static.patch | 0000000603 603 Bytes | |
pixz.changes | 0000001419 1.39 KB | |
pixz.spec | 0000002513 2.45 KB |
Latest Revision
Stephan Kulow (coolo)
committed
(revision 2)
- support building on CentOS/RHEL, statically linking against libarchive and xz (pixz-use-static.patch) and patching in missing endianess functions (pixz-endianess-functions.patch)
Comments 0