source: BOOK/final-system/common/tar.xml@ b47a4a1

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since b47a4a1 was 3eeef443, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Updated Man to 1.6g.

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-tar" role="wrap">
9 <?dbhtml filename="tar.html"?>
10
11 <title>Tar-&tar-version;</title>
12
13 <indexterm zone="ch-system-tar">
14 <primary sortas="a-Tar">Tar</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Tar package contains an archiving program.</para>
21
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of Tar</title>
27
[7691941]28 <para os="p1">The following patch adds a man page for <command>tar</command>:</para>
[ce3a096]29
[c5dbf71]30<screen os="p2"><userinput>patch -Np1 -i ../&tar-man-patch;</userinput></screen>
[6af3a34]31
[e0e40d3]32 <para os="a">Prepare Tar for compilation:</para>
[3f8be484]33
[3eeef443]34<screen os="b"><userinput>FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
35 --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
[3f8be484]36
[e0e40d3]37 <para os="c">Compile the package:</para>
[3f8be484]38
[e0e40d3]39<screen os="d"><userinput>make</userinput></screen>
[3f8be484]40
[e0e40d3]41 <para os="e">To test the results, issue:
[3f8be484]42 <userinput>make check</userinput>.</para>
43
[e0e40d3]44 <para os="f">Install the package:</para>
[3f8be484]45
[e0e40d3]46<screen os="g"><userinput>make install</userinput></screen>
[3f8be484]47
48 </sect2>
49
50 <sect2 id="contents-tar" role="content">
51 <title>Contents of Tar</title>
52
53 <segmentedlist>
54 <segtitle>Installed programs</segtitle>
55
56 <seglistitem>
57 <seg>rmt and tar</seg>
58 </seglistitem>
59 </segmentedlist>
60
61 <variablelist>
62 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
63 <?dbfo list-presentation="list"?>
64 <?dbhtml list-presentation="table"?>
65
66 <varlistentry id="rmt">
67 <term><command>rmt</command></term>
68 <listitem>
69 <para>Remotely manipulates a magnetic
70 tape drive through an interprocess communication connection</para>
71 <indexterm zone="ch-system-tar rmt">
72 <primary sortas="b-rmt">rmt</primary>
73 </indexterm>
74 </listitem>
75 </varlistentry>
76
77 <varlistentry id="tar">
78 <term><command>tar</command></term>
79 <listitem>
80 <para>Creates, extracts files from, and lists the contents of
81 archives, also known as tarballs</para>
82 <indexterm zone="ch-system-tar tar">
83 <primary sortas="b-tar">tar</primary>
84 </indexterm>
85 </listitem>
86 </varlistentry>
87
88 </variablelist>
89
90 </sect2>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.