2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-system-tar" xreflabel="Tar">
|
2004-05-03 11:59:46 +01:00
|
|
|
<title>Tar-&tar-version;</title>
|
|
|
|
<?dbhtml filename="tar.html"?>
|
|
|
|
|
|
|
|
<indexterm zone="ch-system-tar"><primary sortas="a-Tar">Tar</primary></indexterm>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<para>The Tar package contains an archiving program.</para>
|
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
<screen>&buildtime; 0.2 SBU
|
|
|
|
&diskspace; 10 MB</screen>
|
|
|
|
|
|
|
|
<para>Tar installation depends on: Bash, Binutils, Coreutils,
|
|
|
|
Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed.</para>
|
2001-07-17 19:51:18 +01:00
|
|
|
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Tar</title>
|
|
|
|
|
|
|
|
<para>Prepare Tar for compilation:</para>
|
|
|
|
|
2004-02-09 22:44:26 +00:00
|
|
|
<screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
<para>To test the results, issue:
|
2004-02-07 10:48:55 +00:00
|
|
|
<userinput>make check</userinput>.</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
<para>Now install the package:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
<sect2 id="contents-tar"><title>Contents of Tar</title>
|
|
|
|
|
|
|
|
<para><emphasis>Installed programs</emphasis>: rmt and tar</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Short descriptions</title>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
<indexterm zone="ch-system-tar rmt"><primary sortas="b-rmt">rmt</primary></indexterm>
|
|
|
|
<para id="rmt"><command>rmt</command> is used to remotely manipulate a magnetic
|
|
|
|
tape drive, through an interprocess communication connection.</para>
|
|
|
|
|
|
|
|
<indexterm zone="ch-system-tar tar"><primary sortas="b-tar">tar</primary></indexterm>
|
|
|
|
<para id="tar"><command>tar</command> is used to create and extract files from
|
|
|
|
archives, also known as tarballs.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</sect1>
|