apt-cache.8.xml 19 KB

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