1 <!-- -*- mode: sgml; mode: fold -*- -->
3 <!-- Some common paths.. -->
4 <!ENTITY docdir "/usr/share/doc/apt/">
5 <!ENTITY configureindex "<filename>&docdir;/examples/configure-index</>">
6 <!ENTITY aptconfdir "<filename>/etc/apt.conf</>">
7 <!ENTITY statedir "/var/lib/apt">
8 <!ENTITY cachedir "/var/cache/apt">
10 <!-- Cross references to other man pages -->
11 <!ENTITY apt-conf "<CiteRefEntry>
12 <RefEntryTitle><filename/apt.conf/</RefEntryTitle>
16 <!ENTITY apt-get "<CiteRefEntry>
17 <RefEntryTitle><command/apt-get/</RefEntryTitle>
21 <!ENTITY apt-cdrom "<CiteRefEntry>
22 <RefEntryTitle><command/apt-cdrom/</RefEntryTitle>
26 <!ENTITY apt-cache "<CiteRefEntry>
27 <RefEntryTitle><command/apt-cache/</RefEntryTitle>
31 <!ENTITY apt-preferences "<CiteRefEntry>
32 <RefEntryTitle><command/apt_preferences/</RefEntryTitle>
36 <!ENTITY sources-list "<CiteRefEntry>
37 <RefEntryTitle><filename/sources.list/</RefEntryTitle>
41 <!ENTITY bug "<CiteRefEntry>
42 <RefEntryTitle><command/bug/</RefEntryTitle>
46 <!ENTITY dpkg "<CiteRefEntry>
47 <RefEntryTitle><command/dpkg/</RefEntryTitle>
51 <!ENTITY dpkg-buildpackage "<CiteRefEntry>
52 <RefEntryTitle><command/dpkg-buildpackage/</RefEntryTitle>
56 <!ENTITY gzip "<CiteRefEntry>
57 <RefEntryTitle><command/gzip/</RefEntryTitle>
61 <!ENTITY dpkg-scanpackages "<CiteRefEntry>
62 <RefEntryTitle><command/dpkg-scanpackages/</RefEntryTitle>
66 <!ENTITY dpkg-scansources "<CiteRefEntry>
67 <RefEntryTitle><command/dpkg-scansources/</RefEntryTitle>
71 <!ENTITY dselect "<CiteRefEntry>
72 <RefEntryTitle><command/dselect/</RefEntryTitle>
76 <!-- Boiler plate docinfo section -->
77 <!ENTITY apt-docinfo "
79 <address><email>apt@packages.debian.org</></address>
80 <author><firstname>Jason</> <surname>Gunthorpe</></>
81 <copyright><year>1998-2001</> <holder>Jason Gunthorpe</></>
82 <date>12 March 2001</>
86 <!-- Boiler plate Bug reporting section -->
88 <RefSect1><Title>Bugs</>
90 See the <ulink url='http://bugs.debian.org/apt'>APT bug page</>.
91 If you wish to report a bug in APT, please see
92 <filename>/usr/share/doc/debian/bug-reporting.txt</> or the &bug; command.
96 <!-- Boiler plate Author section -->
98 <RefSect1><Title>Author</>
100 APT was written by the APT team <email>apt@packages.debian.org</>.
104 <!-- Should be used within the option section of the text to
105 put in the blurb about -h, -v, -c and -o -->
106 <!ENTITY apt-commonoptions "
107 <VarListEntry><term><option/-h/</><term><option/--help/</>
109 Show a short usage summary.
112 <VarListEntry><term><option/-v/</><term><option/--version/</>
114 Show the program verison.
117 <VarListEntry><term><option/-c/</><term><option/--config-file/</>
119 Configuration File; Specify a configuration file to use.
120 The program will read the default configuration file and then this
121 configuration file. See &apt-conf; for syntax information.
124 <VarListEntry><term><option/-o/</><term><option/--option/</>
126 Set a Configuration Option; This will set an arbitary configuration
127 option. The syntax is <option>-o Foo::Bar=bar</>.
131 <!-- Should be used within the option section of the text to
132 put in the blurb about -h, -v, -c and -o -->
133 <!ENTITY apt-cmdblurb "
135 All command line options may be set using the configuration file, the
136 descriptions indicate the configuration option to set. For boolean
137 options you can override the config file by using something like
138 <option/-f-/,<option/--no-f/, <option/-f=no/ or several other variations.