dpkg (1.2.8); priority=LOW
[dpkg.git] / doc / dpkg.texi
blobb9530d6a59681944f752af8dcfba8f7e80274244
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename dpkg.info
4 @settitle The @code{dpkg} Package Maintenance System
5 @c %**end of header
7 @ifinfo
8 @format
9 START-INFO-DIR-ENTRY
10 * dpkg: (dpkg).          The @code{dpkg} package maintenance system.
11 END-INFO-DIR-ENTRY
12 @end format
13 @end ifinfo
15 @setchapternewpage off
17 @ifinfo
18 This file documents the @code{dpkg} package maintenance system.
20 Copyright (C) 1994 Ian A. Murdock
22 Permission is granted to make and distribute verbatim copies of this
23 document provided the copyright notice and this permission notice are
24 preserved on all copies.
26 @ignore
27 Permission is granted to process this file through TeX and print the
28 results, provided the printed document carries a copying permission
29 notice identical to this one, except for the removal of this paragraph
30 (this paragraph not being relevant to the printed manual).
31 @end ignore
33 Permission is granted to copy and distribute modified versions of this
34 document under the conditions for verbatim copying, provided that the
35 entire resulting derived work is distributed under the terms of a
36 permission notice identical to this one.
38 Permission is granted to copy and distribute translations of this document
39 into another language, under the above conditions for modified versions,
40 except that this permission notice may be stated in a translation approved
41 by The Debian Linux Association.
42 @end ifinfo
44 @titlepage
45 @title The @code{dpkg} Package Maintenance System
46 @author Ian A. Murdock
47 @page
49 @vskip 0pt plus 1filll
50 Copyright @copyright{} 1994 Ian A. Murdock
52 Permission is granted to make and distribute verbatim copies of this
53 document provided the copyright notice and this permission notice are
54 preserved on all copies.
56 Permission is granted to copy and distribute modified versions of this
57 document under the conditions for verbatim copying, provided that the
58 entire resulting derived work is distributed under the terms of a
59 permission notice identical to this one.
61 Permission is granted to copy and distribute translations of this document
62 into another language, under the above conditions for modified versions,
63 except that this permission notice may be stated in a translation approved
64 by The Debian Linux Association.
65 @end titlepage
67 @node Top, Overview, (dir), (dir)
69 @top Introduction
70 @menu
71 * Overview::            An overview of the @code{dpkg} package
72                         maintenance system.
73 * Installation::        How to install a package with @code{dpkg}.
74 * Removal::             How to remove a package with @code{dpkg}.
75 * Information::         How to obtain information about both
76                         installed and not-yet-installed packages.
77 * Extension::           How to extend @code{dpkg} to support new
78                         package formats.
79 * Guidelines::          Guidelines for creating and maintaining
80                         packages for Debian GNU/Linux.
81 @end menu
83 @node Overview
84 @chapter Overview
86 @node Installation
87 @chapter Package Installation
89 @node Removal
90 @chapter Package Removal
92 @node Information
93 @chapter Package Information
95 @node Guidelines
96 @chapter Debian GNU/Linux Guidelines
98 @node Extension
99 @chapter How to Extend @code{dpkg} to Support New Package Formats
101 @bye