apt.ent.es 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <!-- -*- mode: sgml; mode: fold -*- -->
  2. <!--
  3. (c) 2003 Software in the Public Interest
  4. Esta traducción ha sido realizada por Rubén Porras Campo <nahoo@inicia.es>
  5. Está basada en la página de manual original:
  6. versión 1.3 del CVS de
  7. /cvs/debian-doc/manpages/english/apt/apt.ent
  8. -->
  9. <!-- Some common paths.. -->
  10. <!ENTITY docdir "/usr/share/doc/apt/">
  11. <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</>">
  12. <!ENTITY aptconfdir "<filename>/etc/apt.conf</>">
  13. <!ENTITY statedir "/var/lib/apt">
  14. <!ENTITY cachedir "/var/cache/apt">
  15. <!-- Cross references to other man pages -->
  16. <!ENTITY apt-conf "<CiteRefEntry>
  17. <RefEntryTitle><filename/apt.conf/</RefEntryTitle>
  18. <ManVolNum/5/
  19. </CiteRefEntry>">
  20. <!ENTITY apt-get "<CiteRefEntry>
  21. <RefEntryTitle><command/apt-get/</RefEntryTitle>
  22. <ManVolNum/8/
  23. </CiteRefEntry>">
  24. <!ENTITY apt-config "<CiteRefEntry>
  25. <RefEntryTitle><command/apt-config/</RefEntryTitle>
  26. <ManVolNum/8/
  27. </CiteRefEntry>">
  28. <!ENTITY apt-cdrom "<CiteRefEntry>
  29. <RefEntryTitle><command/apt-cdrom/</RefEntryTitle>
  30. <ManVolNum/8/
  31. </CiteRefEntry>">
  32. <!ENTITY apt-cache "<CiteRefEntry>
  33. <RefEntryTitle><command/apt-cache/</RefEntryTitle>
  34. <ManVolNum/8/
  35. </CiteRefEntry>">
  36. <!ENTITY apt-preferences "<CiteRefEntry>
  37. <RefEntryTitle><command/apt_preferences/</RefEntryTitle>
  38. <ManVolNum/5/
  39. </CiteRefEntry>">
  40. <!ENTITY sources-list "<CiteRefEntry>
  41. <RefEntryTitle><filename/sources.list/</RefEntryTitle>
  42. <ManVolNum/5/
  43. </CiteRefEntry>">
  44. <!ENTITY reportbug "<CiteRefEntry>
  45. <RefEntryTitle><command/reportbug/</RefEntryTitle>
  46. <ManVolNum/1/
  47. </CiteRefEntry>">
  48. <!ENTITY dpkg "<CiteRefEntry>
  49. <RefEntryTitle><command/dpkg/</RefEntryTitle>
  50. <ManVolNum/8/
  51. </CiteRefEntry>">
  52. <!ENTITY dpkg-buildpackage "<CiteRefEntry>
  53. <RefEntryTitle><command/dpkg-buildpackage/</RefEntryTitle>
  54. <ManVolNum/1/
  55. </CiteRefEntry>">
  56. <!ENTITY gzip "<CiteRefEntry>
  57. <RefEntryTitle><command/gzip/</RefEntryTitle>
  58. <ManVolNum/1/
  59. </CiteRefEntry>">
  60. <!ENTITY dpkg-scanpackages "<CiteRefEntry>
  61. <RefEntryTitle><command/dpkg-scanpackages/</RefEntryTitle>
  62. <ManVolNum/8/
  63. </CiteRefEntry>">
  64. <!ENTITY dpkg-scansources "<CiteRefEntry>
  65. <RefEntryTitle><command/dpkg-scansources/</RefEntryTitle>
  66. <ManVolNum/8/
  67. </CiteRefEntry>">
  68. <!ENTITY dselect "<CiteRefEntry>
  69. <RefEntryTitle><command/dselect/</RefEntryTitle>
  70. <ManVolNum/8/
  71. </CiteRefEntry>">
  72. <!-- Boiler plate docinfo section -->
  73. <!ENTITY apt-docinfo "
  74. <docinfo>
  75. <address><email>apt@packages.debian.org</></address>
  76. <author><firstname>Jason</> <surname>Gunthorpe</></>
  77. <copyright><year>1998-2001</> <holder>Jason Gunthorpe</></>
  78. <date>12 March 2001</>
  79. </docinfo>
  80. ">
  81. <!-- Boiler plate Bug reporting section -->
  82. <!ENTITY manbugs "
  83. <RefSect1><Title>Fallos</>
  84. <para>
  85. Vea la <ulink url='http://bugs.debian.org/src:apt'>página de fallos de APT</>.
  86. Si desea avisar de un fallo en APT, vea
  87. <filename>/usr/share/doc/debian/bug-reporting.txt</> o la orden &reportbug;.
  88. </RefSect1>
  89. ">
  90. <!-- Boiler plate Author section -->
  91. <!ENTITY manauthor "
  92. <RefSect1><Title>Autor</>
  93. <para>
  94. APT fue escrito por el equipo de APT <email>apt@packages.debian.org</>.
  95. </RefSect1>
  96. ">
  97. <!-- Should be used within the option section of the text to
  98. put in the blurb about -h, -v, -c and -o -->
  99. <!ENTITY apt-commonoptions "
  100. <VarListEntry><term><option/-h/</><term><option/--help/</>
  101. <ListItem><Para>
  102. Muestra un breve resumen del modo de uso.
  103. </VarListEntry>
  104. <VarListEntry><term><option/-v/</><term><option/--version/</>
  105. <ListItem><Para>
  106. Muestra la versión del programa.
  107. </VarListEntry>
  108. <VarListEntry><term><option/-c/</><term><option/--config-file/</>
  109. <ListItem><Para>
  110. Especifica el fichero de configuración a usar.
  111. El programa leerá el fichero de configuración por omisión y luego
  112. este otro. Lea &apt-conf; para más información acerca de la sintaxis.
  113. </VarListEntry>
  114. <VarListEntry><term><option/-o/</><term><option/--option/</>
  115. <ListItem><Para>
  116. Establece una opción de configuración. La sintaxis es <option>-o
  117. Foo::Bar=bar</>.
  118. </VarListEntry>
  119. ">
  120. <!-- Should be used within the option section of the text to
  121. put in the blurb about -h, -v, -c and -o -->
  122. <!ENTITY apt-cmdblurb "
  123. <para>
  124. Todas las opciones de línea de órdenes pueden ser especificadas
  125. mediante el fichero de configuración, en la descripción de cada opción
  126. se indica la opción de configuración que hay que modificar. Para
  127. opciones booleanas puedes modificar el fichero de configuración usando
  128. cosas parecidas a <option/-f-/,<option/--no-f/, <option/-f=no/ y alguna que
  129. otra variante.
  130. </para>
  131. ">