tar-inst.xml 899 B

1234567891011121314151617181920212223242526272829
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Tar</title>
  4. <para>A patch may be applied to give tar direct support for bzip2
  5. files. This patch adds the <emphasis>-j</emphasis> option to tar,
  6. which is similar to the <emphasis>-z</emphasis> option used for
  7. gzip files.</para>
  8. <para>Apply the patch by running the following command:</para>
  9. <para><screen><userinput>patch -Np1 -i ../tar-&tar-patch-version;.patch</userinput></screen></para>
  10. <para>Prepare Tar to be compiled:</para>
  11. <para><screen><userinput>./configure --prefix=/usr --bindir=/bin \
  12. &nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/bin</userinput></screen></para>
  13. <para>Continue with compiling the package:</para>
  14. <para><screen><userinput>make</userinput></screen></para>
  15. <para>Finish installing the package:</para>
  16. <para><screen><userinput>make install</userinput></screen></para>
  17. </sect2>