apt-cache.8.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
  4. <!ENTITY % aptent SYSTEM "apt.ent">
  5. %aptent;
  6. ]>
  7. <refentry>
  8. <refentryinfo>
  9. &apt-author.jgunthorpe;
  10. &apt-author.team;
  11. &apt-email;
  12. &apt-product;
  13. <!-- The last update date -->
  14. <date>29 February 2004</date>
  15. </refentryinfo>
  16. <refmeta>
  17. <refentrytitle>apt-cache</refentrytitle>
  18. <manvolnum>8</manvolnum>
  19. <refmiscinfo class="manual">APT</refmiscinfo>
  20. </refmeta>
  21. <!-- Man page title -->
  22. <refnamediv>
  23. <refname>apt-cache</refname>
  24. <refpurpose>APT package handling utility -- cache manipulator</refpurpose>
  25. </refnamediv>
  26. <!-- Arguments -->
  27. <refsynopsisdiv>
  28. <cmdsynopsis>
  29. <command>apt-cache</command>
  30. <arg><option>-hvsn</option></arg>
  31. <arg><option>-o=<replaceable>config string</replaceable></option></arg>
  32. <arg><option>-c=<replaceable>file</replaceable></option></arg>
  33. <group choice="req">
  34. <arg>add <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg></arg>
  35. <arg>gencaches</arg>
  36. <arg>showpkg <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
  37. <arg>showsrc <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
  38. <arg>stats</arg>
  39. <arg>dump</arg>
  40. <arg>dumpavail</arg>
  41. <arg>unmet</arg>
  42. <arg>search <arg choice="plain"><replaceable>regex</replaceable></arg></arg>
  43. <arg>show <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
  44. <arg>depends <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
  45. <arg>rdepends <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
  46. <arg>pkgnames <arg choice="plain"><replaceable>prefix</replaceable></arg></arg>
  47. <arg>dotty <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
  48. <arg>xvcg <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
  49. <arg>policy <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg>
  50. <arg>madison <arg choice="plain" rep="repeat"><replaceable>pkgs</replaceable></arg></arg>
  51. </group>
  52. </cmdsynopsis>
  53. </refsynopsisdiv>
  54. <refsect1><title>Description</title>
  55. <para><command>apt-cache</command> performs a variety of operations on APT's package
  56. cache. <command>apt-cache</command> does not manipulate the state of the system
  57. but does provide operations to search and generate interesting output
  58. from the package metadata.</para>
  59. <para>Unless the <option>-h</option>, or <option>--help</option> option is given, one of the
  60. commands below must be present.</para>
  61. <variablelist>
  62. <varlistentry><term>add <replaceable>file(s)</replaceable></term>
  63. <listitem><para><literal>add</literal> adds the named package index files to the package cache.
  64. This is for debugging only.</para></listitem>
  65. </varlistentry>
  66. <varlistentry><term>gencaches</term>
  67. <listitem><para><literal>gencaches</literal> performs the same operation as
  68. <command>apt-get check</command>. It builds the source and package caches from
  69. the sources in &sources-list; and from
  70. <filename>/var/lib/dpkg/status</filename>.</para></listitem>
  71. </varlistentry>
  72. <varlistentry><term>showpkg <replaceable>pkg(s)</replaceable></term>
  73. <listitem><para><literal>showpkg</literal> displays information about the packages listed on the
  74. command line. Remaining arguments are package names. The available
  75. versions and reverse dependencies of each package listed are listed, as
  76. well as forward dependencies for each version. Forward (normal)
  77. dependencies are those packages upon which the package in question
  78. depends; reverse dependencies are those packages that depend upon the
  79. package in question. Thus, forward dependencies must be satisfied for a
  80. package, but reverse dependencies need not be.
  81. For instance, <command>apt-cache showpkg libreadline2</command> would produce
  82. output similar to the following:</para>
  83. <informalexample><programlisting>
  84. Package: libreadline2
  85. Versions: 2.1-12(/var/state/apt/lists/foo_Packages),
  86. Reverse Depends:
  87. libreadlineg2,libreadline2
  88. libreadline2-altdev,libreadline2
  89. Dependencies:
  90. 2.1-12 - libc5 (2 5.4.0-0) ncurses3.0 (0 (null))
  91. Provides:
  92. 2.1-12 -
  93. Reverse Provides:
  94. </programlisting></informalexample>
  95. <para>Thus it may be seen that libreadline2, version 2.1-12, depends on
  96. libc5 and ncurses3.0 which must be installed for libreadline2 to work.
  97. In turn, libreadlineg2 and libreadline2-altdev depend on libreadline2. If
  98. libreadline2 is installed, libc5 and ncurses3.0 (and ldso) must also be
  99. installed; libreadlineg2 and libreadline2-altdev do not have to be
  100. installed. For the specific meaning of the remainder of the output it
  101. is best to consult the apt source code.</para></listitem>
  102. </varlistentry>
  103. <varlistentry><term>stats</term><listitem><para><literal>stats</literal> displays some statistics about the cache.
  104. No further arguments are expected. Statistics reported are:
  105. <itemizedlist>
  106. <listitem><para><literal>Total package names</literal> is the number of package names found
  107. in the cache.</para>
  108. </listitem>
  109. <listitem><para><literal>Normal packages</literal> is the number of regular, ordinary package
  110. names; these are packages that bear a one-to-one correspondence between
  111. their names and the names used by other packages for them in
  112. dependencies. The majority of packages fall into this category.</para>
  113. </listitem>
  114. <listitem><para><literal>Pure virtual packages</literal> is the number of packages that exist
  115. only as a virtual package name; that is, packages only "provide" the
  116. virtual package name, and no package actually uses the name. For
  117. instance, "mail-transport-agent" in the Debian GNU/Linux system is a
  118. pure virtual package; several packages provide "mail-transport-agent",
  119. but there is no package named "mail-transport-agent".</para>
  120. </listitem>
  121. <listitem><para><literal>Single virtual packages</literal> is the number of packages with only
  122. one package providing a particular virtual package. For example, in the
  123. Debian GNU/Linux system, "X11-text-viewer" is a virtual package, but
  124. only one package, xless, provides "X11-text-viewer".</para>
  125. </listitem>
  126. <listitem><para><literal>Mixed virtual packages</literal> is the number of packages that either
  127. provide a particular virtual package or have the virtual package name
  128. as the package name. For instance, in the Debian GNU/Linux system,
  129. "debconf" is both an actual package, and provided by the debconf-tiny
  130. package.</para>
  131. </listitem>
  132. <listitem><para><literal>Missing</literal> is the number of package names that were referenced in
  133. a dependency but were not provided by any package. Missing packages may
  134. be an evidence if a full distribution is not accessed, or if a package
  135. (real or virtual) has been dropped from the distribution. Usually they
  136. are referenced from Conflicts or Breaks statements.</para>
  137. </listitem>
  138. <listitem><para><literal>Total distinct</literal> versions is the number of package versions
  139. found in the cache; this value is therefore at least equal to the
  140. number of total package names. If more than one distribution (both
  141. "stable" and "unstable", for instance), is being accessed, this value
  142. can be considerably larger than the number of total package names.</para>
  143. </listitem>
  144. <listitem><para><literal>Total dependencies</literal> is the number of dependency relationships
  145. claimed by all of the packages in the cache.</para>
  146. </listitem>
  147. </itemizedlist>
  148. </para></listitem>
  149. </varlistentry>
  150. <varlistentry><term>showsrc <replaceable>pkg(s)</replaceable></term>
  151. <listitem><para><literal>showsrc</literal> displays all the source package records that match
  152. the given package names. All versions are shown, as well as all
  153. records that declare the name to be a Binary.</para></listitem>
  154. </varlistentry>
  155. <varlistentry><term>dump</term>
  156. <listitem><para><literal>dump</literal> shows a short listing of every package in the cache. It is
  157. primarily for debugging.</para></listitem>
  158. </varlistentry>
  159. <varlistentry><term>dumpavail</term>
  160. <listitem><para><literal>dumpavail</literal> prints out an available list to stdout. This is
  161. suitable for use with &dpkg; and is used by the &dselect; method.</para></listitem>
  162. </varlistentry>
  163. <varlistentry><term>unmet</term>
  164. <listitem><para><literal>unmet</literal> displays a summary of all unmet dependencies in the
  165. package cache.</para></listitem>
  166. </varlistentry>
  167. <varlistentry><term>show <replaceable>pkg(s)</replaceable></term>
  168. <listitem><para><literal>show</literal> performs a function similar to
  169. <command>dpkg --print-avail</command>; it displays the package records for the
  170. named packages.</para></listitem>
  171. </varlistentry>
  172. <varlistentry><term>search <replaceable>regex [ regex ... ]</replaceable></term>
  173. <listitem><para><literal>search</literal> performs a full text search on all available package
  174. lists for the POSIX regex pattern given, see
  175. <citerefentry><refentrytitle><command>regex</command></refentrytitle>
  176. <manvolnum>7</manvolnum></citerefentry>.
  177. It searches the package names and the
  178. descriptions for an occurrence of the regular expression and prints out
  179. the package name and the short description, including virtual package
  180. names.
  181. If <option>--full</option> is given
  182. then output identical to <literal>show</literal> is produced for each matched
  183. package, and if <option>--names-only</option> is given then the long description
  184. is not searched, only the package name is.</para>
  185. <para>
  186. Separate arguments can be used to specify multiple search patterns that
  187. are and'ed together.</para></listitem>
  188. </varlistentry>
  189. <varlistentry><term>depends <replaceable>pkg(s)</replaceable></term>
  190. <listitem><para><literal>depends</literal> shows a listing of each dependency a package has
  191. and all the possible other packages that can fulfill that dependency.</para></listitem>
  192. </varlistentry>
  193. <varlistentry><term>rdepends <replaceable>pkg(s)</replaceable></term>
  194. <listitem><para><literal>rdepends</literal> shows a listing of each reverse dependency a
  195. package has.</para></listitem>
  196. </varlistentry>
  197. <varlistentry><term>pkgnames <replaceable>[ prefix ]</replaceable></term>
  198. <listitem><para>This command prints the name of each package APT knows. The optional
  199. argument is a prefix match to filter the name list. The output is suitable
  200. for use in a shell tab complete function and the output is generated
  201. extremely quickly. This command is best used with the
  202. <option>--generate</option> option.</para>
  203. <para>Note that a package which APT knows of is not necessarily available to download,
  204. installable or installed, e.g. virtual packages are also listed in the generated list.
  205. </para></listitem>
  206. </varlistentry>
  207. <varlistentry><term>dotty <replaceable>pkg(s)</replaceable></term>
  208. <listitem><para><literal>dotty</literal> takes a list of packages on the command line and
  209. generates output suitable for use by dotty from the
  210. <ulink url="http://www.research.att.com/sw/tools/graphviz/">GraphViz</ulink>
  211. package. The result will be a set of nodes and edges representing the
  212. relationships between the packages. By default the given packages will
  213. trace out all dependent packages; this can produce a very large graph.
  214. To limit the output to only the packages listed on the command line,
  215. set the <literal>APT::Cache::GivenOnly</literal> option.</para>
  216. <para>The resulting nodes will have several shapes; normal packages are boxes,
  217. pure provides are triangles, mixed provides are diamonds,
  218. missing packages are hexagons. Orange boxes mean recursion was stopped
  219. [leaf packages], blue lines are pre-depends, green lines are conflicts.</para>
  220. <para>Caution, dotty cannot graph larger sets of packages.</para></listitem>
  221. </varlistentry>
  222. <varlistentry><term>xvcg <replaceable>pkg(s)</replaceable></term>
  223. <listitem><para>The same as <literal>dotty</literal>, only for xvcg from the
  224. <ulink url="http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html">VCG tool</ulink>.
  225. </para></listitem></varlistentry>
  226. <varlistentry><term>policy <replaceable>[ pkg(s) ]</replaceable></term>
  227. <listitem><para><literal>policy</literal> is meant to help debug issues relating to the
  228. preferences file. With no arguments it will print out the
  229. priorities of each source. Otherwise it prints out detailed information
  230. about the priority selection of the named package.</para></listitem>
  231. </varlistentry>
  232. <varlistentry><term>madison <replaceable>/[ pkg(s) ]</replaceable></term>
  233. <listitem><para><literal>apt-cache</literal>'s <literal>madison</literal> command attempts to mimic
  234. the output format and a subset of the functionality of the Debian
  235. archive management tool, <literal>madison</literal>. It displays
  236. available versions of a package in a tabular format. Unlike the
  237. original <literal>madison</literal>, it can only display information for
  238. the architecture for which APT has retrieved package lists
  239. (<literal>APT::Architecture</literal>).</para></listitem>
  240. </varlistentry>
  241. </variablelist>
  242. </refsect1>
  243. <refsect1><title>options</title>
  244. &apt-cmdblurb;
  245. <variablelist>
  246. <varlistentry><term><option>-p</option></term><term><option>--pkg-cache</option></term>
  247. <listitem><para>Select the file to store the package cache. The package cache is the
  248. primary cache used by all operations.
  249. Configuration Item: <literal>Dir::Cache::pkgcache</literal>.</para></listitem>
  250. </varlistentry>
  251. <varlistentry><term><option>-s</option></term><term><option>--src-cache</option></term>
  252. <listitem><para>Select the file to store the source cache. The source is used only by
  253. <literal>gencaches</literal> and it stores a parsed version of the package
  254. information from remote sources. When building the package cache the
  255. source cache is used to avoid reparsing all of the package files.
  256. Configuration Item: <literal>Dir::Cache::srcpkgcache</literal>.</para></listitem>
  257. </varlistentry>
  258. <varlistentry><term><option>-q</option></term><term><option>--quiet</option></term>
  259. <listitem><para>Quiet; produces output suitable for logging, omitting progress indicators.
  260. More q's will produce more quietness up to a maximum of 2. You can also use
  261. <option>-q=#</option> to set the quietness level, overriding the configuration file.
  262. Configuration Item: <literal>quiet</literal>.</para></listitem>
  263. </varlistentry>
  264. <varlistentry><term><option>-i</option></term><term><option>--important</option></term>
  265. <listitem><para>Print only important dependencies; for use with unmet and depends. Causes only Depends and
  266. Pre-Depends relations to be printed.
  267. Configuration Item: <literal>APT::Cache::Important</literal>.</para></listitem>
  268. </varlistentry>
  269. <varlistentry><term><option>-f</option></term><term><option>--full</option></term>
  270. <listitem><para>Print full package records when searching.
  271. Configuration Item: <literal>APT::Cache::ShowFull</literal>.</para></listitem>
  272. </varlistentry>
  273. <varlistentry><term><option>-a</option></term><term><option>--all-versions</option></term>
  274. <listitem><para>Print full records for all available versions. This is the
  275. default; to turn it off, use <option>--no-all-versions</option>.
  276. If <option>--no-all-versions</option> is specified, only the candidate version
  277. will displayed (the one which would be selected for installation).
  278. This option is only applicable to the <literal>show</literal> command.
  279. Configuration Item: <literal>APT::Cache::AllVersions</literal>.</para></listitem>
  280. </varlistentry>
  281. <varlistentry><term><option>-g</option></term><term><option>--generate</option></term>
  282. <listitem><para>Perform automatic package cache regeneration, rather than use the cache
  283. as it is. This is the default; to turn it off, use <option>--no-generate</option>.
  284. Configuration Item: <literal>APT::Cache::Generate</literal>.</para></listitem>
  285. </varlistentry>
  286. <varlistentry><term><option>--names-only</option></term><term><option>-n</option></term>
  287. <listitem><para>Only search on the package names, not the long descriptions.
  288. Configuration Item: <literal>APT::Cache::NamesOnly</literal>.</para></listitem>
  289. </varlistentry>
  290. <varlistentry><term><option>--all-names</option></term>
  291. <listitem><para>Make <literal>pkgnames</literal> print all names, including virtual packages
  292. and missing dependencies.
  293. Configuration Item: <literal>APT::Cache::AllNames</literal>.</para></listitem>
  294. </varlistentry>
  295. <varlistentry><term><option>--recurse</option></term>
  296. <listitem><para>Make <literal>depends</literal> and <literal>rdepends</literal> recursive so
  297. that all packages mentioned are printed once.
  298. Configuration Item: <literal>APT::Cache::RecurseDepends</literal>.</para></listitem>
  299. </varlistentry>
  300. <varlistentry><term><option>--installed</option></term>
  301. <listitem><para>
  302. Limit the output of <literal>depends</literal> and <literal>rdepends</literal> to
  303. packages which are currently installed.
  304. Configuration Item: <literal>APT::Cache::Installed</literal>.</para></listitem>
  305. </varlistentry>
  306. &apt-commonoptions;
  307. </variablelist>
  308. </refsect1>
  309. <refsect1><title>Files</title>
  310. <variablelist>
  311. &file-sourceslist;
  312. &file-statelists;
  313. </variablelist>
  314. </refsect1>
  315. <refsect1><title>See Also</title>
  316. <para>&apt-conf;, &sources-list;, &apt-get;
  317. </para>
  318. </refsect1>
  319. <refsect1><title>Diagnostics</title>
  320. <para><command>apt-cache</command> returns zero on normal operation, decimal 100 on error.
  321. </para>
  322. </refsect1>
  323. &manbugs;
  324. </refentry>