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