Changeset 6392a09d for BOOK/final-system/common/xz.xml
- Timestamp:
- Feb 21, 2009, 9:44:36 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4f82906
- Parents:
- a2b89a9
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/xz.xml
ra2b89a9 r6392a09d 6 6 ]> 7 7 8 <sect1 id="ch-system- lzma" role="wrap">9 <?dbhtml filename=" lzma.html"?>8 <sect1 id="ch-system-xz" role="wrap"> 9 <?dbhtml filename="xz.html"?> 10 10 11 <title> LZMA-Utils-&lzma-version;</title>11 <title>XZ-Utils-&xz-version;</title> 12 12 13 <indexterm zone="ch-system- lzma">14 <primary sortas="a- LZMA-Utils">LZMA-Utils</primary>13 <indexterm zone="ch-system-xz"> 14 <primary sortas="a-XZ-Utils">XZ-Utils</primary> 15 15 </indexterm> 16 16 … … 18 18 <title/> 19 19 20 <para>The LZMA-Utils package contains programs for compressing and21 decompressing files. Compressing text files with <command> LZMA-Utils</command>20 <para>The XZ-Utils package contains programs for compressing and 21 decompressing files. Compressing text files with <command>XZ-Utils</command> 22 22 yields a much better compression percentage than with the traditional 23 23 <command>gzip</command>.</para> … … 26 26 27 27 <sect2 role="installation"> 28 <title>Installation of LZMA-Utils</title>28 <title>Installation of XZ-Utils</title> 29 29 30 <para os="a">Prepare LZMA-Utils for compilation:</para>30 <para os="a">Prepare XZ-Utils for compilation:</para> 31 31 32 32 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> … … 40 40 <screen os="f"><userinput>make install</userinput></screen> 41 41 42 <para os="g">Install the xz binary into the /bin directory, make some necessary symbolic links, and clean up: :</para> 43 44 <screen os="h"><userinput>mv -v /usr/bin/xz /bin 45 ln -sfv xz /bin/lzma 46 ln -sfv xz /bin/lzcat 47 ln -sfv xz /bin/unlzma 48 ln -sfv xz /bin/unxz 49 ln -sfv xz /bin/xzcat</userinput></screen> 50 42 51 </sect2> 43 52 44 <sect2 id="contents- lzma" role="content">45 <title>Contents of LZMA-Utils</title>53 <sect2 id="contents-xz" role="content"> 54 <title>Contents of XZ-Utils</title> 46 55 47 56 <segmentedlist> … … 50 59 51 60 <seglistitem> 52 <seg>lzcat (link to lzma), lzcmp, lzdiff, lzegrep, lzfgrep, lzgrep, 53 lzless, lzma, lzmadec, lzmainfo, lzmore, and unlzma (link to lzma).</seg> 54 <seg>liblzmadec.a, liblzmadec.la, liblzmadec.so, liblzmadec.so.0, and 55 liblzmadec.so.0.0.0</seg> 61 <seg>lzcat (link to xz), lzcmp (link to lzdiff), lzdiff, lzegrep (link to lzgrep), 62 lzfgrep (link to lzgrep), lzgrep, lzless (link to lzmore), lzma (link to xz), 63 lzmadec, lzmore, unlzma (link to lzma), unxz (link to xz), xz, xzdec, and 64 xzcat (link to xz).</seg> 65 <seg>/liblzma.a liblzma.la liblzma.so liblzma.so.0 liblzma.so.0.0.0</seg> 56 66 </seglistitem> 57 67 </segmentedlist> … … 66 76 <listitem> 67 77 <para>Decompresses to standard output</para> 68 <indexterm zone="ch-system- lzmalzcat">78 <indexterm zone="ch-system-xz lzcat"> 69 79 <primary sortas="b-lzcat">lzcat</primary> 70 80 </indexterm> … … 76 86 <listitem> 77 87 <para>Compares lzma compressed files</para> 78 <indexterm zone="ch-system- lzmalzcmp">88 <indexterm zone="ch-system-xz lzcmp"> 79 89 <primary sortas="b-lzcmp">lzcmp</primary> 80 90 </indexterm> … … 86 96 <listitem> 87 97 <para>Compares lzma compressed files</para> 88 <indexterm zone="ch-system- lzmalzdiff">98 <indexterm zone="ch-system-xz lzdiff"> 89 99 <primary sortas="b-lzdiff">lzdiff</primary> 90 100 </indexterm> … … 96 106 <listitem> 97 107 <para>Runs <command>egrep</command> on lzma compressed files</para> 98 <indexterm zone="ch-system- lzmalzegrep">108 <indexterm zone="ch-system-xz lzegrep"> 99 109 <primary sortas="b-lzegrep">lzegrep</primary> 100 110 </indexterm> … … 106 116 <listitem> 107 117 <para>Runs <command>fgrep</command> on lzma compressed files</para> 108 <indexterm zone="ch-system- lzmalzfgrep">118 <indexterm zone="ch-system-xz lzfgrep"> 109 119 <primary sortas="b-lzfgrep">lzfgrep</primary> 110 120 </indexterm> … … 116 126 <listitem> 117 127 <para>Runs <command>grep</command> on lzma compressed files</para> 118 <indexterm zone="ch-system- lzmalzgrep">128 <indexterm zone="ch-system-xz lzgrep"> 119 129 <primary sortas="b-lzgrep">lzgrep</primary> 120 130 </indexterm> … … 126 136 <listitem> 127 137 <para>Runs <command>less</command> on lzma files</para> 128 <indexterm zone="ch-system- lzmalzless">138 <indexterm zone="ch-system-xz lzless"> 129 139 <primary sortas="b-lzless">lzless</primary> 130 140 </indexterm> … … 136 146 <listitem> 137 147 <para>Compresses lzma files</para> 138 <indexterm zone="ch-system- lzmalzma">148 <indexterm zone="ch-system-xz lzma"> 139 149 <primary sortas="b-lzma">lzma</primary> 140 150 </indexterm> … … 146 156 <listitem> 147 157 <para>Decompresses lzma files</para> 148 <indexterm zone="ch-system- lzmalzmadec">158 <indexterm zone="ch-system-xz lzmadec"> 149 159 <primary sortas="b-lzmadec">lzmadec</primary> 150 160 </indexterm> … … 156 166 <listitem> 157 167 <para>Shows information about the lzma file.</para> 158 <indexterm zone="ch-system- lzmalzmainfo">168 <indexterm zone="ch-system-xz lzmainfo"> 159 169 <primary sortas="b-lzmainfo">lzmainfo</primary> 160 170 </indexterm> … … 166 176 <listitem> 167 177 <para>Runs <command>more</command> on lzma files</para> 168 <indexterm zone="ch-system- lzmalzmore">178 <indexterm zone="ch-system-xz lzmore"> 169 179 <primary sortas="b-lzmore">lzmore</primary> 170 180 </indexterm> … … 176 186 <listitem> 177 187 <para>Uncompresses lzma files</para> 178 <indexterm zone="ch-system- lzmaunlzma">188 <indexterm zone="ch-system-xz unlzma"> 179 189 <primary sortas="b-unlzma">unlzma</primary> 180 </indexterm>181 </listitem>182 </varlistentry>183 184 <varlistentry id="liblzmadec">185 <term><filename class="libraryfile">liblzmadec*</filename></term>186 <listitem>187 <para>The library implements the Improved and optimized188 version of LZ77 algorithm</para>189 <indexterm zone="ch-system-lzma liblzmadec">190 <primary sortas="c-liblzmadec*">liblzmadec*</primary>191 190 </indexterm> 192 191 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.