1 <sect1 id="ch-system-tar" xreflabel="Tar">
2 <title>Installing Tar-&tar-version;</title>
3 <?dbhtml filename="tar.html" dir="chapter06"?>
5 <para>The Tar package contains an archiving program.</para>
7 <screen>&buildtime; &tar-time;
8 &diskspace; &tar-compsize;</screen>
13 <sect2><title> </title><para> </para></sect2>
16 <title>Installation of Tar</title>
18 <para>Prepare Tar for compilation:</para>
20 <screen><userinput>./configure --prefix=/usr --bindir=/bin \
21 --libexecdir=/usr/sbin</userinput></screen>
23 <para>Compile the package:</para>
25 <screen><userinput>make</userinput></screen>
27 <para>This package has a test suite available which can perform a number of
28 checks to ensure it built correctly. Should you choose to run it, the
29 following command will do so:</para>
31 <screen><userinput>make check</userinput></screen>
33 <para>And install the package:</para>
35 <screen><userinput>make install</userinput></screen>