tar.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-tar" xreflabel="Tar">
  7. <title>Tar-&tar-version;</title>
  8. <?dbhtml filename="tar.html"?>
  9. <indexterm zone="ch-system-tar"><primary sortas="a-Tar">Tar</primary></indexterm>
  10. <para>The Tar package contains an archiving program.</para>
  11. <screen>&buildtime; 0.2 SBU
  12. &diskspace; 10 MB</screen>
  13. <para>Tar installation depends on: Bash, Binutils, Coreutils,
  14. Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed.</para>
  15. <sect2>
  16. <title>Installation of Tar</title>
  17. <para>Prepare Tar for compilation:</para>
  18. <screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
  19. <para>Compile the package:</para>
  20. <screen><userinput>make</userinput></screen>
  21. <para>To test the results, issue:
  22. <userinput>make check</userinput>.</para>
  23. <para>Now install the package:</para>
  24. <screen><userinput>make install</userinput></screen>
  25. </sect2>
  26. <sect2 id="contents-tar"><title>Contents of Tar</title>
  27. <para><emphasis>Installed programs</emphasis>: rmt and tar</para>
  28. </sect2>
  29. <sect2><title>Short descriptions</title>
  30. <indexterm zone="ch-system-tar rmt"><primary sortas="b-rmt">rmt</primary></indexterm>
  31. <para id="rmt"><command>rmt</command> is used to remotely manipulate a magnetic
  32. tape drive, through an interprocess communication connection.</para>
  33. <indexterm zone="ch-system-tar tar"><primary sortas="b-tar">tar</primary></indexterm>
  34. <para id="tar"><command>tar</command> is used to create and extract files from
  35. archives, also known as tarballs.</para>
  36. </sect2>
  37. </sect1>