msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-06-17 12:44+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 2.2.5\n" #. type: Content of:
#: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:14 #, no-wrap msgid "&xz-url;" msgstr "&xz-url;" #. type: Content of: #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:12 msgid "" "xz &xz-version; " "" msgstr "" "xz &xz-version; " "" #. type: Content of: #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:17 msgid "Xz-&xz-version;" msgstr "Xz-&xz-version;" #. type: Content of: <sect1><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:20 msgid "Xz" msgstr "Xz" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:26 msgid "" "The Xz package contains programs for compressing and decompressing files. It " "provides capabilities for the lzma and the newer xz compression formats. " "Compressing text files with <command>xz</command> yields a better " "compression percentage than with the traditional <command>gzip</command> or " "<command>bzip2</command> commands." msgstr "" "Xz 软件包包含文件压缩和解压缩工具,它能够处理 lzma 和新的 xz 压缩文件格式。使" "用 <command>xz</command> 压缩文本文件,可以得到比传统的 <command>gzip</" "command> 或 <command>bzip2</command> 更好的压缩比。" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:33 msgid "&buildtime;" msgstr "&buildtime;" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:34 msgid "&diskspace;" msgstr "&diskspace;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:37 msgid "&xz-fin-sbu;" msgstr "&xz-fin-sbu;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:38 msgid "&xz-fin-du;" msgstr "&xz-fin-du;" #. type: Content of: <sect1><sect2><title> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:45 msgid "Installation of Xz" msgstr "安装 Xz" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:47 msgid "Prepare Xz for compilation with:" msgstr "准备编译 Xz:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:49 #, no-wrap msgid "" "<userinput remap=\"configure\">./configure --prefix=/usr \\\n" " --disable-static \\\n" " --docdir=/usr/share/doc/xz-&xz-version;</userinput>" msgstr "" "<userinput remap=\"configure\">./configure --prefix=/usr \\\n" " --disable-static \\\n" " --docdir=/usr/share/doc/xz-&xz-version;</userinput>" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:53 msgid "Compile the package:" msgstr "编译该软件包:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:55 #, no-wrap msgid "<userinput remap=\"make\">make</userinput>" msgstr "<userinput remap=\"make\">make</userinput>" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:57 msgid "To test the results, issue:" msgstr "运行以下命令以测试编译结果:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:59 #, no-wrap msgid "<userinput remap=\"test\">make check</userinput>" msgstr "<userinput remap=\"test\">make check</userinput>" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:61 msgid "" "Install the package and make sure that all essential files are in the " "correct directory:" msgstr "安装该软件包,并保证所有重要文件都位于正确的目录中:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:64 #, no-wrap msgid "" "<userinput remap=\"install\">make install\n" "mv -v /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin\n" "mv -v /usr/lib/liblzma.so.* /lib\n" "ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput>" msgstr "" "<userinput remap=\"install\">make install\n" "mv -v /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin\n" "mv -v /usr/lib/liblzma.so.* /lib\n" "ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput>" #. type: Content of: <sect1><sect2><title> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:72 msgid "Contents of Xz" msgstr "Xz 的内容" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:75 msgid "Installed programs" msgstr "安装的程序" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:76 msgid "Installed libraries" msgstr "安装的库" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:77 msgid "Installed directories" msgstr "安装的目录" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:81 msgid "" "lzcat (link to xz), lzcmp (link to xzdiff), lzdiff (link to xzdiff), lzegrep " "(link to xzgrep), lzfgrep (link to xzgrep), lzgrep (link to xzgrep), lzless " "(link to xzless), lzma (link to xz), lzmadec, lzmainfo, lzmore (link to " "xzmore), unlzma (link to xz), unxz (link to xz), xz, xzcat (link to xz), " "xzcmp (link to xzdiff), xzdec, xzdiff, xzegrep (link to xzgrep), xzfgrep " "(link to xzgrep), xzgrep, xzless, and xzmore" msgstr "" "lzcat (到 xz 的链接), lzcmp (到 xzdiff 的链接), lzdiff (到 xzdiff 的链接), " "lzegrep (到 xzgrep 的链接), lzfgrep (到 xzgrep 的链接), lzgrep (到 xzgrep 的" "链接), lzless (到 xzless 的链接), lzma (到 xz 的链接), lzmadec, lzmainfo, " "lzmore (到 xzmore 的链接), unlzma (到 xz 的链接), unxz (到 xz 的链接), xz, " "xzcat (到 xz 的链接), xzcmp (到 xzdiff 的链接), xzdec, xzdiff, xzegrep (到 " "xzgrep 的链接), xzfgrep (到 xzgrep 的链接), xzgrep, xzless, 以及 xzmore" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:105 msgid "liblzma.so" msgstr "liblzma.so" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:108 msgid "/usr/include/lzma and /usr/share/doc/xz-&xz-version;" msgstr "/usr/include/lzma 和 /usr/share/doc/xz-&xz-version;" #. type: Content of: <sect1><sect2><variablelist><bridgehead> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:115 msgid "Short Descriptions" msgstr "简要描述" #. type: Content of: <sect1><sect2><variablelist> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:116 msgid "" "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>" msgstr "" "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:120 msgid "<command>lzcat</command>" msgstr "<command>lzcat</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:122 #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:262 msgid "Decompresses to standard output" msgstr "解压到标准输出" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:124 msgid "lzcat" msgstr "lzcat" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:130 msgid "<command>lzcmp</command>" msgstr "<command>lzcmp</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:132 msgid "Runs <command>cmp</command> on LZMA compressed files" msgstr "在 LZMA 压缩文件上执行 <command>cmp</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:134 msgid "lzcmp" msgstr "lzcmp" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:140 msgid "<command>lzdiff</command>" msgstr "<command>lzdiff</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:142 msgid "Runs <command>diff</command> on LZMA compressed files" msgstr "在 LZMA 压缩文件上执行 <command>diff</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:144 msgid "lzdiff" msgstr "lzdiff" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:150 msgid "<command>lzegrep</command>" msgstr "<command>lzegrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:152 msgid "Runs <command>egrep</command> on LZMA compressed files" msgstr "在 LZMA 压缩文件上执行 <command>egrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:154 msgid "lzegrep" msgstr "lzegrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:160 msgid "<command>lzfgrep</command>" msgstr "<command>lzfgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:162 msgid "Runs <command>fgrep</command> on LZMA compressed files" msgstr "在 LZMA 压缩文件上执行 <command>fgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:164 msgid "lzfgrep" msgstr "lzfgrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:170 msgid "<command>lzgrep</command>" msgstr "<command>lzgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:172 msgid "Runs <command>grep</command> on LZMA compressed files" msgstr "在 LZMA 压缩文件上执行 <command>grep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:174 msgid "lzgrep" msgstr "lzgrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:180 msgid "<command>lzless</command>" msgstr "<command>lzless</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:182 msgid "Runs <command>less</command> on LZMA compressed files" msgstr "在 LZMA 压缩文件上执行 <command>less</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:184 msgid "lzless" msgstr "lzless" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:190 msgid "<command>lzma</command>" msgstr "<command>lzma</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:192 msgid "Compresses or decompresses files using the LZMA format" msgstr "使用 LZMA 格式压缩或解压缩文件" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:194 msgid "lzma" msgstr "lzma" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:200 msgid "<command>lzmadec</command>" msgstr "<command>lzmadec</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:202 msgid "A small and fast decoder for LZMA compressed files" msgstr "一个轻量、快速的 LZMA 压缩文件解码器" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:204 msgid "lzmadec" msgstr "lzmadec" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:210 msgid "<command>lzmainfo</command>" msgstr "<command>lzmainfo</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:212 msgid "Shows information stored in the LZMA compressed file header" msgstr "显示 LZMA 压缩文件头中存储的信息" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:214 msgid "lzmainfo" msgstr "lzmainfo" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:220 msgid "<command>lzmore</command>" msgstr "<command>lzmore</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:222 msgid "Runs <command>more</command> on LZMA compressed files" msgstr "在 LZMA 压缩文件上执行 <command>more</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:224 msgid "lzmore" msgstr "lzmore" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:230 msgid "<command>unlzma</command>" msgstr "<command>unlzma</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:232 msgid "Decompresses files using the LZMA format" msgstr "使用 LZMA 格式解压缩文件" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:234 msgid "unlzma" msgstr "unlzma" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:240 msgid "<command>unxz</command>" msgstr "<command>unxz</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:242 msgid "Decompresses files using the XZ format" msgstr "使用 XZ 格式解压缩文件" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:244 msgid "unxz" msgstr "unxz" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:250 msgid "<command>xz</command>" msgstr "<command>xz</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:252 msgid "Compresses or decompresses files using the XZ format" msgstr "使用 XZ 格式压缩或解压缩文件" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:254 msgid "xz" msgstr "xz" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:260 msgid "<command>xzcat</command>" msgstr "<command>xzcat</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:264 msgid "xzcat" msgstr "xzcat" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:270 msgid "<command>xzcmp</command>" msgstr "<command>xzcmp</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:272 msgid "Runs <command>cmp</command> on XZ compressed files" msgstr "在 XZ 压缩文件上执行 <command>cmp</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:274 msgid "xzcmp" msgstr "xzcmp" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:280 msgid "<command>xzdec</command>" msgstr "<command>xzdec</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:282 msgid "A small and fast decoder for XZ compressed files" msgstr "一个轻量、快速的 XZ 压缩文件解码器" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:284 msgid "xzdec" msgstr "xzdec" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:290 msgid "<command>xzdiff</command>" msgstr "<command>xzdiff</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:292 msgid "Runs <command>diff</command> on XZ compressed files" msgstr "在 XZ 压缩文件上执行 <command>diff</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:294 msgid "xzdiff" msgstr "xzdiff" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:300 msgid "<command>xzegrep</command>" msgstr "<command>xzegrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:302 msgid "Runs <command>egrep</command> on XZ compressed files" msgstr "在 XZ 压缩文件上执行 <command>egrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:304 msgid "xzegrep" msgstr "xzegrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:310 msgid "<command>xzfgrep</command>" msgstr "<command>xzfgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:312 msgid "Runs <command>fgrep</command> on XZ compressed files" msgstr "在 XZ 压缩文件上执行 <command>fgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:314 msgid "xzfgrep" msgstr "xzfgrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:320 msgid "<command>xzgrep</command>" msgstr "<command>xzgrep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:322 msgid "Runs <command>grep</command> on XZ compressed files" msgstr "在 XZ 压缩文件上执行 <command>grep</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:324 msgid "xzgrep" msgstr "xzgrep" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:330 msgid "<command>xzless</command>" msgstr "<command>xzless</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:332 msgid "Runs <command>less</command> on XZ compressed files" msgstr "在 XZ 压缩文件上执行 <command>less</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:334 msgid "xzless" msgstr "xzless" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:340 msgid "<command>xzmore</command>" msgstr "<command>xzmore</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:342 msgid "Runs <command>more</command> on XZ compressed files" msgstr "在 XZ 压缩文件上执行 <command>more</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:344 msgid "xzmore" msgstr "xzmore" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:350 msgid "<filename class=\"libraryfile\">liblzma</filename>" msgstr "<filename class=\"libraryfile\">liblzma</filename>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:352 msgid "" "The library implementing lossless, block-sorting data compression, using the " "Lempel-Ziv-Markov chain algorithm" msgstr "实现基于 Lempel-Zip-Markov 链的无损块排序数据压缩算法的库" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:355 msgid "liblzma" msgstr "liblzma"