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" [
5 <!ENTITY % aptent SYSTEM
"apt.ent">
13 &apt-author.jgunthorpe;
17 <!-- The last update date -->
18 <date>29 February
2004</date>
22 <refentrytitle>apt-config
</refentrytitle>
23 <manvolnum>8</manvolnum>
24 <refmiscinfo class=
"manual">APT
</refmiscinfo>
27 <!-- Man page title -->
29 <refname>apt-config
</refname>
30 <refpurpose>APT Configuration Query program
</refpurpose>
36 <command>apt-config
</command>
37 <arg><option>-hv
</option></arg>
38 <arg><option>-o=
<replaceable>config string
</replaceable></option></arg>
39 <arg><option>-c=
<replaceable>file
</replaceable></option></arg>
47 <refsect1><title>Description
</title>
48 <para><command>apt-config
</command> is an internal program used by various
49 portions of the APT suite to provide consistent configurability. It accesses
50 the main configuration file
<filename>/etc/apt/apt.conf
</filename> in a
51 manner that is easy to use by scripted applications.
</para>
53 <para>Unless the
<option>-h
</option>, or
<option>--help
</option> option is
54 given one of the commands below must be present.
58 <varlistentry><term>shell
</term>
60 shell is used to access the configuration information from a shell
61 script. It is given pairs of arguments, the first being a shell
62 variable and the second the configuration value to query. As output
63 it lists a series of shell assignments commands for each present value.
64 In a shell script it should be used like:
67 <informalexample><programlisting>
69 RES=`apt-config shell OPTS MyApp::options`
71 </programlisting></informalexample>
73 <para>This will set the shell environment variable $OPTS to the value of
74 MyApp::options with a default of
<option>-f
</option>.
</para>
77 <para>The configuration item may be postfixed with a /[fdbi]. f returns
78 file names, d returns directories, b returns true or false and i returns
79 an integer. Each of the returns is normalized and verified
84 <varlistentry><term>dump
</term>
86 Just show the contents of the configuration space.
</para>
93 <refsect1><title>options
</title>
103 <refsect1><title>See Also
</title>
108 <refsect1><title>Diagnostics
</title>
109 <para><command>apt-config
</command> returns zero on normal operation, decimal
100 on error.