Ignore:
Timestamp:
Feb 21, 2009, 9:44:36 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4f82906
Parents:
a2b89a9
Message:

LZMA Utils is now XZ Utils

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/xz.xml

    ra2b89a9 r6392a09d  
    66]>
    77
    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"?>
    1010
    11   <title>LZMA-Utils-&lzma-version;</title>
     11  <title>XZ-Utils-&xz-version;</title>
    1212
    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>
    1515  </indexterm>
    1616
     
    1818    <title/>
    1919
    20     <para>The LZMA-Utils package contains programs for compressing and
    21     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>
    2222    yields a much better compression percentage than with the traditional
    2323    <command>gzip</command>.</para>
     
    2626
    2727  <sect2 role="installation">
    28     <title>Installation of LZMA-Utils</title>
     28    <title>Installation of XZ-Utils</title>
    2929
    30     <para os="a">Prepare LZMA-Utils for compilation:</para>
     30    <para os="a">Prepare XZ-Utils for compilation:</para>
    3131
    3232<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     
    4040<screen os="f"><userinput>make install</userinput></screen>
    4141
     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
     45ln -sfv xz /bin/lzma
     46ln -sfv xz /bin/lzcat
     47ln -sfv xz /bin/unlzma
     48ln -sfv xz /bin/unxz
     49ln -sfv xz /bin/xzcat</userinput></screen>
     50
    4251  </sect2>
    4352
    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>
    4655
    4756    <segmentedlist>
     
    5059
    5160      <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>
    5666      </seglistitem>
    5767    </segmentedlist>
     
    6676        <listitem>
    6777          <para>Decompresses to standard output</para>
    68           <indexterm zone="ch-system-lzma lzcat">
     78          <indexterm zone="ch-system-xz lzcat">
    6979            <primary sortas="b-lzcat">lzcat</primary>
    7080          </indexterm>
     
    7686        <listitem>
    7787          <para>Compares lzma compressed files</para>
    78           <indexterm zone="ch-system-lzma lzcmp">
     88          <indexterm zone="ch-system-xz lzcmp">
    7989            <primary sortas="b-lzcmp">lzcmp</primary>
    8090          </indexterm>
     
    8696        <listitem>
    8797          <para>Compares lzma compressed files</para>
    88           <indexterm zone="ch-system-lzma lzdiff">
     98          <indexterm zone="ch-system-xz lzdiff">
    8999            <primary sortas="b-lzdiff">lzdiff</primary>
    90100          </indexterm>
     
    96106        <listitem>
    97107          <para>Runs <command>egrep</command> on lzma compressed files</para>
    98           <indexterm zone="ch-system-lzma lzegrep">
     108          <indexterm zone="ch-system-xz lzegrep">
    99109            <primary sortas="b-lzegrep">lzegrep</primary>
    100110          </indexterm>
     
    106116        <listitem>
    107117          <para>Runs <command>fgrep</command> on lzma compressed files</para>
    108           <indexterm zone="ch-system-lzma lzfgrep">
     118          <indexterm zone="ch-system-xz lzfgrep">
    109119            <primary sortas="b-lzfgrep">lzfgrep</primary>
    110120          </indexterm>
     
    116126        <listitem>
    117127          <para>Runs <command>grep</command> on lzma compressed files</para>
    118           <indexterm zone="ch-system-lzma lzgrep">
     128          <indexterm zone="ch-system-xz lzgrep">
    119129            <primary sortas="b-lzgrep">lzgrep</primary>
    120130          </indexterm>
     
    126136        <listitem>
    127137          <para>Runs <command>less</command> on lzma files</para>
    128           <indexterm zone="ch-system-lzma lzless">
     138          <indexterm zone="ch-system-xz lzless">
    129139            <primary sortas="b-lzless">lzless</primary>
    130140          </indexterm>
     
    136146        <listitem>
    137147          <para>Compresses lzma files</para>
    138           <indexterm zone="ch-system-lzma lzma">
     148          <indexterm zone="ch-system-xz lzma">
    139149            <primary sortas="b-lzma">lzma</primary>
    140150          </indexterm>
     
    146156        <listitem>
    147157          <para>Decompresses lzma files</para>
    148           <indexterm zone="ch-system-lzma lzmadec">
     158          <indexterm zone="ch-system-xz lzmadec">
    149159            <primary sortas="b-lzmadec">lzmadec</primary>
    150160          </indexterm>
     
    156166        <listitem>
    157167          <para>Shows information about the lzma file.</para>
    158           <indexterm zone="ch-system-lzma lzmainfo">
     168          <indexterm zone="ch-system-xz lzmainfo">
    159169            <primary sortas="b-lzmainfo">lzmainfo</primary>
    160170          </indexterm>
     
    166176        <listitem>
    167177          <para>Runs <command>more</command> on lzma files</para>
    168           <indexterm zone="ch-system-lzma lzmore">
     178          <indexterm zone="ch-system-xz lzmore">
    169179            <primary sortas="b-lzmore">lzmore</primary>
    170180          </indexterm>
     
    176186        <listitem>
    177187          <para>Uncompresses lzma files</para>
    178           <indexterm zone="ch-system-lzma unlzma">
     188          <indexterm zone="ch-system-xz unlzma">
    179189            <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 optimized
    188           version of LZ77 algorithm</para>
    189           <indexterm zone="ch-system-lzma liblzmadec">
    190             <primary sortas="c-liblzmadec*">liblzmadec*</primary>
    191190          </indexterm>
    192191        </listitem>
Note: See TracChangeset for help on using the changeset viewer.