Sync
[ntk/apt.git] / doc / examples / apt.conf
1 // $Id: apt.conf,v 1.2 1998/10/08 04:55:07 jgg Exp $
2 /* This file is an index of all APT configuration directives. It should
3 NOT actually be used as a real config file, though it is a completely
4 valid file.
5 */
6
7 APT {
8 Architecture "i386";
9
10 Get {
11 Download-Only "false";
12 Simulate "false";
13 Assume-Yes "false";
14 Fix-Broken "false";
15 Show-Upgraded "false";
16 };
17 };
18
19 Dir
20 {
21 State "/var/state/apt/"
22 {
23 lists "lists/";
24 xstatus "xstatus";
25 userstatus "status.user";
26 status "/var/lib/dpkg/status";
27 };
28
29 Cache "/var/cache/apt/" {
30 archives "archives/";
31 srcpkgcache "srcpkgcache.bin";
32 pkgcache "pkgcache.bin";
33 };
34
35 Etc "/etc/apt/" {
36 sourcelist "sources.list";
37 main "apt.conf";
38 };
39 };
40
41 DSelect {
42
43 }
44
45 Debug {
46 pkgProblemResolver "false";
47 }