~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to doc/files.sgml

  • Committer: Arch Librarian
  • Date: 2004-09-20 16:56:32 UTC
  • Revision ID: Arch-1:apt@arch.ubuntu.com%apt--MAIN--0--patch-614
Join with aliencode
Author: jgg
Date: 2001-02-20 07:03:16 GMT
Join with aliencode

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>APT Files</title>
5
5
 
6
6
<author>Jason Gunthorpe <email>jgg@debian.org</email></author>
7
 
<version>$Id: files.sgml,v 1.7 1999/02/15 06:38:03 jgg Exp $</version>
 
7
<version>$Id: files.sgml,v 1.8 2001/02/20 07:03:17 jgg Exp $</version>
8
8
 
9
9
<abstract>
10
10
This document describes the complete implementation and format of the 
41
41
<p>
42
42
The var directory structure is as follows:
43
43
<example>
44
 
  /var/state/apt/
 
44
  /var/lib/apt/
45
45
                  lists/
46
46
                       partial/
47
47
                  xstatus
66
66
</example>
67
67
 
68
68
<p>
69
 
As is specified in the FHS 2.0 /var/state/apt is used for application 
 
69
As is specified in the FHS 2.1 /var/lib/apt is used for application 
70
70
data that is not expected to be user modified. /var/cache/apt is used
71
71
for regeneratable data and is where the package cache and downloaded .debs
72
72
go.
156
156
 
157
157
<tag>file<item>
158
158
   The file scheme allows an arbitary directory in the file system to be 
159
 
   considered as a debian archive. This is usefull for NFS mounts and 
 
159
   considered as a debian archive. This is useful for NFS mounts and 
160
160
   local mirrors/archives.
161
161
   <example>
162
162
   file:/var/debian
183
183
 
184
184
<example>
185
185
http://www.debian.org/archive/dists/stable/binary-i386/Packages 
186
 
/var/state/apt/lists/www.debian.org_archive_dists_stable_binary-i386_Packages
 
186
/var/lib/apt/lists/www.debian.org_archive_dists_stable_binary-i386_Packages
187
187
 
188
188
cdrom:Debian 1.3/debian/Packages
189
 
/var/state/apt/info/Debian%201.3_debian_Packages
 
189
/var/lib/apt/info/Debian%201.3_debian_Packages
190
190
</example>
191
191
 
192
192
<p>