apt.ent 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <!-- -*- mode: sgml; mode: fold -*- -->
  2. <!-- Some common paths.. -->
  3. <!ENTITY docdir "/usr/share/doc/apt/">
  4. <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</filename>">
  5. <!ENTITY aptconfdir "<filename>/etc/apt.conf</filename>">
  6. <!ENTITY statedir "/var/lib/apt">
  7. <!ENTITY cachedir "/var/cache/apt">
  8. <!-- Cross references to other man pages -->
  9. <!ENTITY apt-conf "<citerefentry>
  10. <refentrytitle><filename>apt.conf</filename></refentrytitle>
  11. <manvolnum>5</manvolnum>
  12. </citerefentry>"
  13. >
  14. <!ENTITY apt-get "<citerefentry>
  15. <refentrytitle><command>apt-get</command></refentrytitle>
  16. <manvolnum>8</manvolnum>
  17. </citerefentry>"
  18. >
  19. <!ENTITY apt-config "<citerefentry>
  20. <refentrytitle><command>apt-config</command></refentrytitle>
  21. <manvolnum>8</manvolnum>
  22. </citerefentry>"
  23. >
  24. <!ENTITY apt-cdrom "<citerefentry>
  25. <refentrytitle><command>apt-cdrom</command></refentrytitle>
  26. <manvolnum>8</manvolnum>
  27. </citerefentry>"
  28. >
  29. <!ENTITY apt-cache "<citerefentry>
  30. <refentrytitle><command>apt-cache</command></refentrytitle>
  31. <manvolnum>8</manvolnum>
  32. </citerefentry>"
  33. >
  34. <!ENTITY apt-preferences "<citerefentry>
  35. <refentrytitle><command>apt_preferences</command></refentrytitle>
  36. <manvolnum>5</manvolnum>
  37. </citerefentry>"
  38. >
  39. <!ENTITY sources-list "<citerefentry>
  40. <refentrytitle><filename>sources.list</filename></refentrytitle>
  41. <manvolnum>5</manvolnum>
  42. </citerefentry>"
  43. >
  44. <!ENTITY reportbug "<citerefentry>
  45. <refentrytitle><command>reportbug</command></refentrytitle>
  46. <manvolnum>1</manvolnum>
  47. </citerefentry>"
  48. >
  49. <!ENTITY dpkg "<citerefentry>
  50. <refentrytitle><command>dpkg</command></refentrytitle>
  51. <manvolnum>8</manvolnum>
  52. </citerefentry>"
  53. >
  54. <!ENTITY dpkg-buildpackage "<citerefentry>
  55. <refentrytitle><command>dpkg-buildpackage</command></refentrytitle>
  56. <manvolnum>1</manvolnum>
  57. </citerefentry>"
  58. >
  59. <!ENTITY gzip "<citerefentry>
  60. <refentrytitle><command>gzip</command></refentrytitle>
  61. <manvolnum>1</manvolnum>
  62. </citerefentry>"
  63. >
  64. <!ENTITY dpkg-scanpackages "<citerefentry>
  65. <refentrytitle><command>dpkg-scanpackages</command></refentrytitle>
  66. <manvolnum>8</manvolnum>
  67. </citerefentry>"
  68. >
  69. <!ENTITY dpkg-scansources "<citerefentry>
  70. <refentrytitle><command>dpkg-scansources</command></refentrytitle>
  71. <manvolnum>8</manvolnum>
  72. </citerefentry>"
  73. >
  74. <!ENTITY dselect "<citerefentry>
  75. <refentrytitle><command>dselect</command></refentrytitle>
  76. <manvolnum>8</manvolnum>
  77. </citerefentry>"
  78. >
  79. <!-- Boiler plate docinfo section -->
  80. <!ENTITY apt-docinfo "
  81. <refentryinfo>
  82. <address><email>apt@packages.debian.org</email></address>
  83. <author><firstname>Jason</firstname> <surname>Gunthorpe</surname></author>
  84. <copyright><year>1998-2001</year> <holder>Jason Gunthorpe</holder></copyright>
  85. <date>14 December 2003</date>
  86. <productname>Linux</productname>
  87. </refentryinfo>
  88. ">
  89. <!-- Boiler plate Bug reporting section -->
  90. <!ENTITY manbugs "
  91. <refsect1><title>Bugs</title>
  92. <para><ulink url='http://bugs.debian.org/src:apt'>APT bug page</ulink>.
  93. If you wish to report a bug in APT, please see
  94. <filename>/usr/share/doc/debian/bug-reporting.txt</filename> or the
  95. &reportbug; command.
  96. </para>
  97. </refsect1>
  98. ">
  99. <!-- Boiler plate Author section -->
  100. <!ENTITY manauthor "
  101. <refsect1><title>Author</title>
  102. <para>APT was written by the APT team <email>apt@packages.debian.org</email>.
  103. </para>
  104. </refsect1>
  105. ">
  106. <!-- Should be used in every man page to get the date bottom center of
  107. the man page -->
  108. <!ENTITY apt-preamble "
  109. <refentryinfo>
  110. <date>14 December 2003</date>
  111. <productname>Linux</productname>
  112. </refentryinfo>
  113. ">
  114. <!-- Should be used within the option section of the text to
  115. put in the blurb about -h, -v, -c and -o -->
  116. <!ENTITY apt-commonoptions "
  117. <varlistentry><term><option>-h</option></term>
  118. <term><option>--help</option></term>
  119. <listitem><para>Show a short usage summary.
  120. </para>
  121. </listitem>
  122. </varlistentry>
  123. <varlistentry>
  124. <term><option>-v</option></term>
  125. <term><option>--version</option></term>
  126. <listitem><para>Show the program version.
  127. </para>
  128. </listitem>
  129. </varlistentry>
  130. <varlistentry>
  131. <term><option>-c</option></term>
  132. <term><option>--config-file</option></term>
  133. <listitem><para>Configuration File; Specify a configuration file to use.
  134. The program will read the default configuration file and then this
  135. configuration file. See &apt-conf; for syntax information.
  136. </para>
  137. </listitem>
  138. </varlistentry>
  139. <varlistentry>
  140. <term><option>-o</option></term>
  141. <term><option>--option</option></term>
  142. <listitem><para>Set a Configuration Option; This will set an arbitary
  143. configuration option. The syntax is <option>-o Foo::Bar=bar</option>.
  144. </para>
  145. </listitem>
  146. </varlistentry>
  147. ">
  148. <!-- Should be used within the option section of the text to
  149. put in the blurb about -h, -v, -c and -o -->
  150. <!ENTITY apt-cmdblurb "
  151. <para>All command line options may be set using the configuration file, the
  152. descriptions indicate the configuration option to set. For boolean
  153. options you can override the config file by using something like
  154. <option>-f-</option>,<option>--no-f</option>, <option>-f=no</option>
  155. or several other variations.
  156. </para>
  157. ">