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 -->
13 <RefEntryTitle><filename/apt.conf/</RefEntryTitle>
20 <RefEntryTitle><command/apt-get/</RefEntryTitle>
27 <RefEntryTitle><command/apt-cdrom/</RefEntryTitle>
34 <RefEntryTitle><command/apt-cache/</RefEntryTitle>
39 <!ENTITY sources-list "
41 <RefEntryTitle><filename/sources.list/</RefEntryTitle>
48 <RefEntryTitle><command/bug/</RefEntryTitle>
55 <RefEntryTitle><command/dpkg/</RefEntryTitle>
60 <!ENTITY dpkg-buildpackage "
62 <RefEntryTitle><command/dpkg-buildpackage/</RefEntryTitle>
69 <RefEntryTitle><command/gzip/</RefEntryTitle>
74 <!ENTITY dpkg-scanpackages "
76 <RefEntryTitle><command/dpkg-scanpackages/</RefEntryTitle>
81 <!ENTITY dpkg-scansources "
83 <RefEntryTitle><command/dpkg-scansources/</RefEntryTitle>
90 <RefEntryTitle><command/dselect/</RefEntryTitle>
95 <!-- Boiler plate docinfo section -->
96 <!ENTITY apt-docinfo "
98 <address><email>apt@packages.debian.org</></address>
99 <author><firstname>Jason</> <surname>Gunthorpe</></>
100 <copyright><year>1998-2000</> <holder>Jason Gunthorpe</></>
101 <date>20 September 2000</>
105 <!-- Boiler plate Bug reporting section -->
107 <RefSect1><Title>Bugs</>
109 See the <ulink url='http://bugs.debian.org/apt'>APT bug page</>.
110 If you wish to report a bug in APT, please see
111 <filename>/usr/doc/debian/bug-reporting.txt</> or the &bug; command.
115 <!-- Boiler plate Author section -->
117 <RefSect1><Title>Author</>
119 APT was written by the APT team <email>apt@packages.debian.org</>.
123 <!-- Should be used within the option section of the text to
124 put in the blurb about -h, -v, -c and -o -->
125 <!ENTITY apt-commonoptions "
126 <VarListEntry><term><option/-h/</><term><option/--help/</>
128 Show a short usage summary.
131 <VarListEntry><term><option/-v/</><term><option/--version/</>
133 Show the program verison.
136 <VarListEntry><term><option/-c/</><term><option/--config-file/</>
138 Configuration File; Specify a configuration file to use.
139 The program will read the default configuration file and then this
140 configuration file. See &apt-conf; for syntax information.
143 <VarListEntry><term><option/-o/</><term><option/--option/</>
145 Set a Configuration Option; This will set an arbitary configuration
146 option. The syntax is <option>-o Foo::Bar=bar</>.
150 <!-- Should be used within the option section of the text to
151 put in the blurb about -h, -v, -c and -o -->
152 <!ENTITY apt-cmdblurb "
154 All command line options may be set using the configuration file, the
155 descriptions indicate the configuration option to set. For boolean
156 options you can override the config file by using something like
157 <option/-f-/,<option/--no-f/, <option/-f=no/ or several other variations.