%general-entities; ]> $LastChangedBy$ $Date$ LZMA-Utils-&lzma-utils-version; LZMA-Utils Introduction to LZMA-Utils The LZMA-Utils package contains compression/decompression tools for files using the LZMA format. This is useful as more and more Gnu Linux packages are being delivered in the LZMA format. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &lzma-utils-md5sum; Download size: &lzma-utils-size; Estimated disk space required: &lzma-utils-buildsize; Estimated build time: &lzma-utils-time; User Notes: Installation of LZMA-Utils Install LZMA-Utils by running the following commands: ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install Contents Installed Programs Installed Library Installed Directory lzcat, lzcmp, lzdiff, lzegrep, lzfgrep, lzgrep, lzless, lzma, lzmadec, lzmainfo, lzmore and unlzma liblzmadec.{so,a} /usr/share/doc/lzma-&lzma-utils-version; Short Descriptions lzcat is a symbolic link to lzma used to invoke lzma with the -cd parameter. lzcat lzcmp is a symbolic link to lzdiff lzcmp lzdiff is used to compare LZMA compressed files. lzdiff lzegrep is a symbolic link to lzgrep and uses egrep instead of grep. lzegrep lzfgrep is a symbolic link to lzgrep and uses fgrep instead of grep. lzfgrep lzgrep is used to search LZMA compressed files for a regular expression. lzgrep lzless is a symbolic link to lzmore which uses less instead of more. lzless lzma is an LZMA compression and decompression tool. lzma lzmadec is a small and fast decoder for LZMA compressed files which does not provide command-line arguments other than --help. lzmadec lzmainfo is used to show information stored in the LZMA compressed file header. lzmainfo lzmore is a filter which allows examination of LZMA compressed text files one screenful at a time. lzmore unlzma is a symbolic link to lzma used to invoke lzma with the -d parameter. unlzma liblzmadec.{so,a} contains functions to support compression and decompression of LZMA files. liblzmadec.{so,a}