[9f652e6] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-lzma" role="wrap">
|
---|
| 9 | <?dbhtml filename="lzma.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>LZMA-Utils-&lzma-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-lzma">
|
---|
| 14 | <primary sortas="a-LZMA-Utils">LZMA-Utils</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>The LZMA-Utils package contains programs for compressing and
|
---|
| 21 | decompressing files. Compressing text files with <command>LZMA-Utils</command>
|
---|
| 22 | yields a much better compression percentage than with the traditional
|
---|
| 23 | <command>gzip</command>.</para>
|
---|
| 24 |
|
---|
| 25 | </sect2>
|
---|
| 26 |
|
---|
| 27 | <sect2 role="installation">
|
---|
| 28 | <title>Installation of LZMA-Utils</title>
|
---|
| 29 |
|
---|
| 30 | <para os="a">Prepare LZMA-Utils for compilation:</para>
|
---|
| 31 |
|
---|
[1ef890b] | 32 | <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
|
---|
[9f652e6] | 33 |
|
---|
[31276bb] | 34 | <para os="c">Compile the package:</para>
|
---|
[9f652e6] | 35 |
|
---|
| 36 | <screen os="d"><userinput>make</userinput></screen>
|
---|
| 37 |
|
---|
| 38 | <para os="e">Install the programs:</para>
|
---|
| 39 |
|
---|
| 40 | <screen os="f"><userinput>make install</userinput></screen>
|
---|
| 41 |
|
---|
| 42 | </sect2>
|
---|
| 43 |
|
---|
| 44 | <sect2 id="contents-lzma" role="content">
|
---|
| 45 | <title>Contents of LZMA-Utils</title>
|
---|
| 46 |
|
---|
| 47 | <segmentedlist>
|
---|
| 48 | <segtitle>Installed programs</segtitle>
|
---|
| 49 | <segtitle>Installed libraries</segtitle>
|
---|
| 50 |
|
---|
| 51 | <seglistitem>
|
---|
[427015f] | 52 | <seg>lzcat (link to lzma), lzcmp, lzdiff, lzegrep, lzfgrep, lzgrep,
|
---|
| 53 | lzless, lzma, lzmadec, lzmainfo, lzmore, and unlzma (link to lzma).</seg>
|
---|
[9f652e6] | 54 | <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and
|
---|
[e3196bd] | 55 | liblzmadec.so.0.0.0</seg>
|
---|
[9f652e6] | 56 | </seglistitem>
|
---|
| 57 | </segmentedlist>
|
---|
| 58 |
|
---|
| 59 | <variablelist>
|
---|
| 60 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 61 | <?dbfo list-presentation="list"?>
|
---|
| 62 | <?dbhtml list-presentation="table"?>
|
---|
| 63 |
|
---|
[fb8d773] | 64 | <varlistentry id="lzcat">
|
---|
| 65 | <term><command>lzcat</command></term>
|
---|
[9f652e6] | 66 | <listitem>
|
---|
| 67 | <para>Decompresses to standard output</para>
|
---|
[fb8d773] | 68 | <indexterm zone="ch-system-lzma lzcat">
|
---|
| 69 | <primary sortas="b-lzcat">lzcat</primary>
|
---|
[9f652e6] | 70 | </indexterm>
|
---|
| 71 | </listitem>
|
---|
| 72 | </varlistentry>
|
---|
| 73 |
|
---|
[427015f] | 74 | <varlistentry id="lzcmp">
|
---|
| 75 | <term><command>lzcmp</command></term>
|
---|
| 76 | <listitem>
|
---|
| 77 | <para>Compares lzma compressed files</para>
|
---|
| 78 | <indexterm zone="ch-system-lzma lzcmp">
|
---|
| 79 | <primary sortas="b-lzcmp">lzcmp</primary>
|
---|
| 80 | </indexterm>
|
---|
| 81 | </listitem>
|
---|
| 82 | </varlistentry>
|
---|
| 83 |
|
---|
| 84 | <varlistentry id="lzdiff">
|
---|
| 85 | <term><command>lzdiff</command></term>
|
---|
| 86 | <listitem>
|
---|
| 87 | <para>Compares lzma compressed files</para>
|
---|
| 88 | <indexterm zone="ch-system-lzma lzdiff">
|
---|
| 89 | <primary sortas="b-lzdiff">lzdiff</primary>
|
---|
| 90 | </indexterm>
|
---|
| 91 | </listitem>
|
---|
| 92 | </varlistentry>
|
---|
| 93 |
|
---|
| 94 | <varlistentry id="lzegrep">
|
---|
| 95 | <term><command>lzegrep</command></term>
|
---|
| 96 | <listitem>
|
---|
| 97 | <para>Runs <command>egrep</command> on lzma compressed files</para>
|
---|
| 98 | <indexterm zone="ch-system-lzma lzegrep">
|
---|
| 99 | <primary sortas="b-lzegrep">lzegrep</primary>
|
---|
| 100 | </indexterm>
|
---|
| 101 | </listitem>
|
---|
| 102 | </varlistentry>
|
---|
| 103 |
|
---|
| 104 | <varlistentry id="lzfgrep">
|
---|
| 105 | <term><command>lzfgrep</command></term>
|
---|
| 106 | <listitem>
|
---|
| 107 | <para>Runs <command>fgrep</command> on lzma compressed files</para>
|
---|
| 108 | <indexterm zone="ch-system-lzma lzfgrep">
|
---|
| 109 | <primary sortas="b-lzfgrep">lzfgrep</primary>
|
---|
| 110 | </indexterm>
|
---|
| 111 | </listitem>
|
---|
| 112 | </varlistentry>
|
---|
| 113 |
|
---|
| 114 | <varlistentry id="lzgrep">
|
---|
| 115 | <term><command>lzgrep</command></term>
|
---|
| 116 | <listitem>
|
---|
| 117 | <para>Runs <command>grep</command> on lzma compressed files</para>
|
---|
| 118 | <indexterm zone="ch-system-lzma lzgrep">
|
---|
| 119 | <primary sortas="b-lzgrep">lzgrep</primary>
|
---|
| 120 | </indexterm>
|
---|
| 121 | </listitem>
|
---|
| 122 | </varlistentry>
|
---|
| 123 |
|
---|
| 124 | <varlistentry id="lzless">
|
---|
| 125 | <term><command>lzless</command></term>
|
---|
| 126 | <listitem>
|
---|
| 127 | <para>Runs <command>less</command> on lzma files</para>
|
---|
| 128 | <indexterm zone="ch-system-lzma lzless">
|
---|
| 129 | <primary sortas="b-lzless">lzless</primary>
|
---|
| 130 | </indexterm>
|
---|
| 131 | </listitem>
|
---|
| 132 | </varlistentry>
|
---|
| 133 |
|
---|
| 134 | <varlistentry id="lzma">
|
---|
| 135 | <term><command>lzma</command></term>
|
---|
| 136 | <listitem>
|
---|
| 137 | <para>Compresses lzma files</para>
|
---|
| 138 | <indexterm zone="ch-system-lzma lzma">
|
---|
| 139 | <primary sortas="b-lzma">lzma</primary>
|
---|
| 140 | </indexterm>
|
---|
| 141 | </listitem>
|
---|
| 142 | </varlistentry>
|
---|
| 143 |
|
---|
[9f652e6] | 144 | <varlistentry id="lzmadec">
|
---|
| 145 | <term><command>lzmadec</command></term>
|
---|
| 146 | <listitem>
|
---|
| 147 | <para>Decompresses lzma files</para>
|
---|
| 148 | <indexterm zone="ch-system-lzma lzmadec">
|
---|
[427015f] | 149 | <primary sortas="b-lzmadec">lzmadec</primary>
|
---|
[9f652e6] | 150 | </indexterm>
|
---|
| 151 | </listitem>
|
---|
| 152 | </varlistentry>
|
---|
| 153 |
|
---|
| 154 | <varlistentry id="lzmainfo">
|
---|
| 155 | <term><command>lzmainfo</command></term>
|
---|
| 156 | <listitem>
|
---|
| 157 | <para>Shows information about the lzma file.</para>
|
---|
| 158 | <indexterm zone="ch-system-lzma lzmainfo">
|
---|
| 159 | <primary sortas="b-lzmainfo">lzmainfo</primary>
|
---|
| 160 | </indexterm>
|
---|
| 161 | </listitem>
|
---|
| 162 | </varlistentry>
|
---|
| 163 |
|
---|
[427015f] | 164 | <varlistentry id="lzmore">
|
---|
| 165 | <term><command>lzmore</command></term>
|
---|
[9f652e6] | 166 | <listitem>
|
---|
[427015f] | 167 | <para>Runs <command>more</command> on lzma files</para>
|
---|
| 168 | <indexterm zone="ch-system-lzma lzmore">
|
---|
| 169 | <primary sortas="b-lzmore">lzmore</primary>
|
---|
[9f652e6] | 170 | </indexterm>
|
---|
| 171 | </listitem>
|
---|
| 172 | </varlistentry>
|
---|
| 173 |
|
---|
[427015f] | 174 | <varlistentry id="unlzma">
|
---|
| 175 | <term><command>unlzma</command></term>
|
---|
[9f652e6] | 176 | <listitem>
|
---|
[427015f] | 177 | <para>Uncompresses lzma files</para>
|
---|
| 178 | <indexterm zone="ch-system-lzma unlzma">
|
---|
| 179 | <primary sortas="b-unlzma">unlzma</primary>
|
---|
[9f652e6] | 180 | </indexterm>
|
---|
| 181 | </listitem>
|
---|
| 182 | </varlistentry>
|
---|
| 183 |
|
---|
| 184 | <varlistentry id="liblzmadec">
|
---|
[3344456] | 185 | <term><filename class="libraryfile">liblzmadec*</filename></term>
|
---|
[9f652e6] | 186 | <listitem>
|
---|
| 187 | <para>The library implements the Improved and optimized
|
---|
[e3196bd] | 188 | version of LZ77 algorithm</para>
|
---|
[9f652e6] | 189 | <indexterm zone="ch-system-lzma liblzmadec">
|
---|
| 190 | <primary sortas="c-liblzmadec*">liblzmadec*</primary>
|
---|
| 191 | </indexterm>
|
---|
| 192 | </listitem>
|
---|
| 193 | </varlistentry>
|
---|
| 194 |
|
---|
| 195 | </variablelist>
|
---|
| 196 |
|
---|
| 197 | </sect2>
|
---|
| 198 |
|
---|
| 199 | </sect1>
|
---|