%general-entities; ]> XZ-Utils-&xz-version; XZ-Utils <para>The XZ-Utils package contains programs for compressing and decompressing files. Compressing text files with <command>XZ-Utils</command> yields a much better compression percentage than with the traditional <command>gzip</command>.</para> </sect2> <sect2 role="installation"> <title>Installation of XZ-Utils Prepare XZ-Utils for compilation: ./configure --prefix=/usr Compile the package: make To test the results, issue: make check. Install the programs: make pkgconfigdir=/usr/lib/pkgconfig install Move the xz binary, and several symlinks that point to it, into the /bin directory: mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin Contents of XZ-Utils Installed programs Installed libraries Installed directories lzcat (link to xz), lzcmp (link to lzdiff), lzdiff, lzegrep (link to lzgrep), lzfgrep (link to lzgrep), lzgrep, lzless (link to lzmore), lzma (link to xz), lzmadec, lzmore, unlzma (link to xz), unxz (link to xz), xz, xzcat (link to xz), and xzdec liblzma.[a,so] /usr/include/lzma, /usr/share/doc/xz Short Descriptions lzcat Decompresses LZMA and xz files lzcat lzcmp Compares lzma compressed files lzcmp lzdiff Compares lzma compressed files lzdiff lzegrep Runs egrep on lzma compressed files lzegrep lzfgrep Runs fgrep on lzma compressed files lzfgrep lzgrep Runs grep on lzma compressed files lzgrep lzless Runs less on lzma files lzless lzma Compresses lzma files lzma lzmadec Decompresses lzma files lzmadec lzmore Runs more on lzma files lzmore unlzma Uncompresses lzma files unlzma unxz Uncompresses xz files unxz xz Creates xz compressed files xz xzcat Decompresses xz files xzcat xzdec Decompresses to standard output xzdec liblzma The LZMA library liblzma