~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to doc/apt-cache.8.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 <refmeta>
22
22
   <refentrytitle>apt-cache</refentrytitle>
23
23
   <manvolnum>8</manvolnum>
 
24
   <refmiscinfo class="manual">APT</refmiscinfo>
24
25
 </refmeta>
25
26
 
26
27
 <!-- Man page title -->
150
151
   
151
152
       <listitem><para><literal>Missing</literal> is the number of package names that were referenced in
152
153
       a dependency but were not provided by any package. Missing packages may 
153
 
       be in evidence if a full distribution is not accessed, or if a package
 
154
       be an evidence if a full distribution is not accessed, or if a package
154
155
       (real or virtual) has been dropped from the distribution. Usually they
155
156
       are referenced from Conflicts or Breaks statements.</para>
156
157
       </listitem>
225
226
     </varlistentry>
226
227
 
227
228
     <varlistentry><term>pkgnames <replaceable>[ prefix ]</replaceable></term>
228
 
     <listitem><para>This command prints the name of each package in the system. The optional
 
229
     <listitem><para>This command prints the name of each package APT knows. The optional
229
230
     argument is a prefix match to filter the name list. The output is suitable
230
231
     for use in a shell tab complete function and the output is generated 
231
232
     extremely quickly. This command is best used with the 
232
 
     <option>--generate</option> option.</para></listitem>
 
233
     <option>--generate</option> option.</para>
 
234
     <para>Note that a package which APT knows of is not necessarily available to download,
 
235
     installable or installed, e.g. virtual packages are also listed in the generated list.
 
236
     </para></listitem>
233
237
     </varlistentry>
234
238
     
235
239
     <varlistentry><term>dotty <replaceable>pkg(s)</replaceable></term>
300
304
     </varlistentry>
301
305
 
302
306
     <varlistentry><term><option>-i</option></term><term><option>--important</option></term>
303
 
     <listitem><para>Print only important dependencies; for use with unmet. Causes only Depends and 
 
307
     <listitem><para>Print only important dependencies; for use with unmet and depends. Causes only Depends and 
304
308
     Pre-Depends relations to be printed.
305
309
     Configuration Item: <literal>APT::Cache::Important</literal>.</para></listitem>
306
310
     </varlistentry>
356
360
 
357
361
 <refsect1><title>Files</title>
358
362
   <variablelist>
359
 
     <varlistentry><term><filename>/etc/apt/sources.list</filename></term>
360
 
     <listitem><para>Locations to fetch packages from.
361
 
     Configuration Item: <literal>Dir::Etc::SourceList</literal>.</para></listitem>
362
 
     </varlistentry>
363
 
     
364
 
     <varlistentry><term><filename>&statedir;/lists/</filename></term>
365
 
     <listitem><para>Storage area for state information for each package resource specified in
366
 
     &sources-list;
367
 
     Configuration Item: <literal>Dir::State::Lists</literal>.</para></listitem>
368
 
     </varlistentry>
369
 
  
370
 
     <varlistentry><term><filename>&statedir;/lists/partial/</filename></term>
371
 
     <listitem><para>Storage area for state information in transit.
372
 
     Configuration Item: <literal>Dir::State::Lists</literal> (implicit partial).</para></listitem>
373
 
     </varlistentry>     
 
363
     &file-sourceslist;
 
364
     &file-statelists;
374
365
   </variablelist>
375
366
 </refsect1>
376
367