tar.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-tar" role="wrap">
  8. <?dbhtml filename="tar.html"?>
  9. <title>Tar-&tar-version;</title>
  10. <indexterm zone="ch-system-tar">
  11. <primary sortas="a-Tar">Tar</primary>
  12. </indexterm>
  13. <sect2 role="package">
  14. <title/>
  15. <para>The Tar package contains an archiving program.</para>
  16. <segmentedlist>
  17. <segtitle>&buildtime;</segtitle>
  18. <segtitle>&diskspace;</segtitle>
  19. <seglistitem>
  20. <seg>&tar-ch6-sbu;</seg>
  21. <seg>&tar-ch6-du;</seg>
  22. </seglistitem>
  23. </segmentedlist>
  24. </sect2>
  25. <sect2 role="installation">
  26. <title>Installation of Tar</title>
  27. <para>Prepare Tar for compilation:</para>
  28. <screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
  29. <para>Compile the package:</para>
  30. <screen><userinput>make</userinput></screen>
  31. <para>To test the results, issue:
  32. <userinput>make check</userinput>.</para>
  33. <para>Install the package:</para>
  34. <screen><userinput>make install</userinput></screen>
  35. </sect2>
  36. <sect2 id="contents-tar" role="content">
  37. <title>Contents of Tar</title>
  38. <segmentedlist>
  39. <segtitle>Installed programs</segtitle>
  40. <seglistitem>
  41. <seg>rmt and tar</seg>
  42. </seglistitem>
  43. </segmentedlist>
  44. <variablelist>
  45. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  46. <?dbfo list-presentation="list"?>
  47. <?dbhtml list-presentation="table"?>
  48. <varlistentry id="rmt">
  49. <term><command>rmt</command></term>
  50. <listitem>
  51. <para>Remotely manipulates a magnetic
  52. tape drive through an interprocess communication connection</para>
  53. <indexterm zone="ch-system-tar rmt">
  54. <primary sortas="b-rmt">rmt</primary>
  55. </indexterm>
  56. </listitem>
  57. </varlistentry>
  58. <varlistentry id="tar">
  59. <term><command>tar</command></term>
  60. <listitem>
  61. <para>Creates, extracts files from, and lists the contents of archives,
  62. also known as tarballs</para>
  63. <indexterm zone="ch-system-tar tar">
  64. <primary sortas="b-tar">tar</primary>
  65. </indexterm>
  66. </listitem>
  67. </varlistentry>
  68. </variablelist>
  69. </sect2>
  70. </sect1>