Penguin
Blame: dpkg-preconfigure(8)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dpkg-preconfigure(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DPKG-PRECONFIGURE
2 !!!DPKG-PRECONFIGURE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 dpkg-preconfigure - let packages ask questions prior to their installation
14 !!SYNOPSIS
15
16
17 dpkg-preconfigure [[options] package.deb
18 dpkg-preconfigure --apt
19 !!DESCRIPTION
20
21
22 __dpkg-preconfigure__ lets packages ask questions before
23 they are installed. It operates on a set of debian packages,
24 and all packages that use debconf will have their config
25 script run so they can examine the system and ask
26 questions.
27 !!OPTIONS
28
29
30 __-f__''type'',
31 __--frontend=__''type''
32
33
34 Select the frontend to use.
35
36
37 __-p__''value'',
38 __--priority=__''value''
39
40
41 Set the lowest priority of questions you are interested in.
42 Any questions with a priority below the selected priority
43 will be ignored and their default answers will be
44 used.
45
46
47 __--apt__
48
49
50 Run in apt mode. It will expect to read a set of package
51 filenames from stdin, rather than getting them as
52 parameters. Typically this is used to make apt run
53 dpkg-preconfigure on all packages before they are installed.
54 To do this, add something like this to
55 /etc/apt/apt.conf:
56
57
58 // Pre-configure all packages before
59 // they are installed.
60 DPkg::Pre-Install-Pkgs {
61
62
63 __-h__, __--help__
64
65
66 Display usage help.
67 !!SEE ALSO
68
69
70 debconf(8)
71 !!AUTHOR
72
73
74 Joey Hess
75 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.