source: chapter06/tar.xml@ 0c81bec

Last change on this file since 0c81bec was 6a0e6f3, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • Remove the spurious <info> tags that I thought were necessary but evidently aren't

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4387 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[1fe35e1]2<!DOCTYPE section [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[1fe35e1]6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-system-tar" xreflabel="Tar" role="wrap">
[6a0e6f3]8<title>Tar-&tar-version;</title>
[673b0d8]9<?dbhtml filename="tar.html"?>
10
11<indexterm zone="ch-system-tar"><primary sortas="a-Tar">Tar</primary></indexterm>
[6370fa6]12
[6a0e6f3]13<section role="package"><title/>
[5888299]14<para>The Tar package contains an archiving program.</para>
15
[a001133]16<segmentedlist>
17<segtitle>&buildtime;</segtitle>
18<segtitle>&diskspace;</segtitle>
19<seglistitem><seg>0.2 SBU</seg><seg>10 MB</seg></seglistitem>
20</segmentedlist>
[673b0d8]21
[a001133]22<segmentedlist>
23<segtitle>Tar installation depends on</segtitle>
24<seglistitem><seg>Bash, Binutils, Coreutils,
25Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
26</segmentedlist>
[1fe35e1]27</section>
[3554fa3a]28
[1fe35e1]29<section role="installation">
[6a0e6f3]30<title>Installation of Tar</title>
[73aedd1d]31
32<para>Prepare Tar for compilation:</para>
33
[c76accc]34<screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
[73aedd1d]35
36<para>Compile the package:</para>
37
38<screen><userinput>make</userinput></screen>
39
[673b0d8]40<para>To test the results, issue:
[8a5f906]41<userinput>make check</userinput>.</para>
[73aedd1d]42
[673b0d8]43<para>Now install the package:</para>
[73aedd1d]44
45<screen><userinput>make install</userinput></screen>
46
[1fe35e1]47</section>
[6370fa6]48
[5888299]49
[6a0e6f3]50<section xml:id="contents-tar" role="content"><title>Contents of Tar</title>
[673b0d8]51
[c6cb3aa]52<segmentedlist>
53<segtitle>Installed programs</segtitle>
54<seglistitem><seg>rmt and tar</seg></seglistitem>
55</segmentedlist>
[673b0d8]56
[c6cb3aa]57<variablelist><title>Short descriptions</title>
[73aedd1d]58
[1fe35e1]59<varlistentry xml:id="rmt">
[b8a819f]60<term><command>rmt</command></term>
[c6cb3aa]61<listitem>
[673b0d8]62<indexterm zone="ch-system-tar rmt"><primary sortas="b-rmt">rmt</primary></indexterm>
[c6cb3aa]63<para>is used to remotely manipulate a magnetic
[673b0d8]64tape drive, through an interprocess communication connection.</para>
[c6cb3aa]65</listitem>
66</varlistentry>
[673b0d8]67
[1fe35e1]68<varlistentry xml:id="tar">
[b8a819f]69<term><command>tar</command></term>
[c6cb3aa]70<listitem>
[673b0d8]71<indexterm zone="ch-system-tar tar"><primary sortas="b-tar">tar</primary></indexterm>
[c6cb3aa]72<para>is used to create and extract files from archives, also known as tarballs.</para>
73</listitem>
74</varlistentry>
75</variablelist>
[673b0d8]76
[1fe35e1]77</section>
[673b0d8]78
[1fe35e1]79</section>
Note: See TracBrowser for help on using the repository browser.