dpkg.8 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. .TH DPKG 8 "April 12, 1998" "Debian Project" "dpkg suite"
  2. .SH NAME
  3. dpkg \- a medium-level package manager for Debian
  4. .SH SYNOPSIS
  5. .B dpkg
  6. [\fIoptions\fP] \fIaction\fP
  7. .SH WARNING
  8. This manual is intended for users wishing to understand \fBdpkg\fP's
  9. command line options and package states in more detail than that
  10. provided by \fBdpkg --help\fP.
  11. It should \fInot\fP be used by package maintainers wishing to
  12. understand how \fBdpkg\fP will install their packages. The
  13. descriptions of what \fBdpkg\fP does when installing and removing
  14. packages are particularly inadequate. For detailed information about
  15. this, please refer to the \fIPackage Management System\fP topic under
  16. \fIdebian-faq\fP in the GNU Info system. For information about
  17. creating Debian packages, see the \fIDebian Package Management
  18. Tools\fP topic in the same place.
  19. .SH DESCRIPTION
  20. \fBdpkg\fP is a medium-level tool to install, build, remove and manage
  21. Debian GNU/Linux packages. The primary and more user-friendly
  22. front-end for \fBdpkg\fP is \fBdselect\fP(8). \fBdpkg\fP itself is
  23. controlled entirely via command line parameters, which consist of exactly
  24. one action and zero or more options. The action-parameter tells dpkg
  25. what to do and options control the behavior of the action in some way.
  26. \fBdpkg\fP can be also be used as a front-end to \fBdpkg-deb\fP.
  27. The following
  28. are \fBdpkg-deb\fP actions, and if they are encountered, \fBdpkg\fP
  29. just runs \fBdpkg-deb\fP with the parameters given to it:
  30. .nf
  31. \fB-b\fP, \fB--build\fP,
  32. \fB-c\fP, \fB--contents\fP,
  33. \fB-I\fP, \fB--info\fP,
  34. \fB-f\fP, \fB--field\fP,
  35. \fB-e\fP, \fB--control\fP,
  36. \fB-x\fP, \fB--extract\fP,
  37. \fB-X\fP, \fB--vextract\fP, and
  38. \fB--fsys-tarfile\fP.
  39. .fi
  40. Please refer to \fBdpkg-deb\fP(1) for information about these actions.
  41. .SH INFORMATION ABOUT PACKAGES
  42. \fBdpkg\fP maintains some usable information about available
  43. packages. The information is divided in three classes: \fBstates\fP,
  44. \fBselection states\fP and \fBflags\fP. These values are intended to
  45. be changed mainly with \fBdselect\fP.
  46. .SS PACKAGE STATES
  47. .TP
  48. .B installed
  49. The package is unpacked and configured OK.
  50. .TP
  51. .B half-installed
  52. The installation of the package has been started, but not completed for
  53. some reason.
  54. .TP
  55. .B not-installed
  56. The package is not installed on your system.
  57. .TP
  58. .B unpacked
  59. The package is unpacked, but not configured.
  60. .TP
  61. .B half-configured
  62. The package is unpacked and configuration has been started, but not yet
  63. completed for some reason.
  64. .TP
  65. .B config-files
  66. Only the configuration files of the package exist on the system.
  67. .SS PACKAGE SELECTION STATES
  68. .TP
  69. .B install
  70. The package is selected for installation.
  71. .TP
  72. .B deinstall
  73. The package is selected for deinstallation (i.e. we want to remove all
  74. files, except configuration files).
  75. .TP
  76. .B purge
  77. The package is selected to be purged (i.e. we want to remove everything,
  78. even configuration files).
  79. .SS PACKAGE FLAGS
  80. .TP
  81. .B hold
  82. A package marked to be on \fBhold\fP is not handled by \fBdpkg\fP,
  83. unless forced to do that with option \fB--force-hold\fP.
  84. .TP
  85. .B reinst-required
  86. A package marked \fBreinst-required\fP is broken and requires
  87. reinstallation. These packages cannot be removed, unless forced with
  88. option \fB--force-reinstreq\fP.
  89. .SH ACTIONS
  90. .TP
  91. \fBdpkg -i\fP | \fB--install\fP \fIpackage_file\fP...
  92. Install the package. If \fB--recursive\fP or \fB-R\fP option is
  93. specified, \fIpackage_file\fP must refer to a directory instead.
  94. Installation consists of the following steps:
  95. .br
  96. \fB1.\fP Extract the control files of the new package.
  97. .br
  98. \fB2.\fP If another version of the same package was installed before
  99. the new installation, execute \fIprerm\fP script of the old package.
  100. .br
  101. \fB3.\fP Run \fIpreinst\fP script, if provided by the package.
  102. .br
  103. \fB4.\fP Unpack the new files, and at the same time back up the old
  104. files, so that if something goes wrong, they can be restored.
  105. .br
  106. \fB5.\fP If another version of the same package was installed before
  107. the new installation, execute the \fIpostrm\fP script of the old
  108. package. Note that this script is executed after the \fIpreinst\fP
  109. script of the new package, because new files are written at the same
  110. time old files are removed.
  111. .br
  112. \fB6.\fP Configure the package. See \fB--configure\fP for detailed
  113. information about how this is done.
  114. .TP
  115. \fBdpkg --unpack \fP\fIpackage_file\fP ...
  116. Unpack the package, but don't configure it. If \fB--recursive\fP or
  117. \fB-R\fP option is specified, \fIpackage_file\fP must refer to a
  118. directory instead.
  119. .TP
  120. \fBdpkg --configure \fP\fIpackage\fP ... | \fB-a\fP | \fB--pending\fP
  121. Reconfigure an unpacked package. If \fB-a\fP or \fB--pending\fP is
  122. given instead of \fIpackage\fP, all unpacked but unconfigured
  123. packages are configured.
  124. Configuring consists of the following steps:
  125. .br
  126. \fB1.\fP Unpack the configuration files, and at the same time back up
  127. the old configuration files, so that they can be restored if
  128. something goes wrong.
  129. .br
  130. \fB2.\fP Run \fIpostinst\fP script, if provided by the package.
  131. .TP
  132. \fBdpkg -r\fP | \fB--remove\fP | \fB-P\fP | \fB--purge \fP\fIpackage\fP ... | \fB-a\fP | \fB--pending\fP
  133. Remove an installed package. \fB-r\fP or \fB--remove\fP remove
  134. everything except configuration files. This may avoid having to
  135. reconfigure the package if it is reinstalled later. (Configuration
  136. files are the files listed in the \fIdebian/conffiles\fP control
  137. file). \fB-P\fP or \fB--purge\fP removes everything, including configuration
  138. files. If \fB-a\fP or \fB--pending\fP is given instead of a package
  139. name, then all packages unpacked, but marked to be removed or purged
  140. in file \fI/var/lib/dpkg/status\fP, are removed or purged,
  141. respectively.
  142. Removing of a package consists of the following steps:
  143. .br
  144. \fB1.\fP Run \fIprerm\fP script
  145. .br
  146. \fB2.\fP Remove the installed files
  147. .br
  148. \fB3.\fP Run \fIpostrm\fP script
  149. .br
  150. .TP
  151. .BI "dpkg -p|--print-avail " package
  152. Display details about \fIpackage\fP, as found in
  153. \fI/var/lib/dpkg/available\fP.
  154. .TP
  155. \fBdpkg --update-avail\fP | \fB--merge-avail\fP \fIPackages-file\fP
  156. Update \fBdpkg\fP's and \fBdselect\fP's idea of which packages are
  157. available. With action \fB--merge-avail\fP, old information is
  158. combined with information from \fIPackages-file\fP. With action
  159. \fB--update-avail\fP, old information is replaced with the information
  160. in the \fIPackages-file\fP. The \fIPackages-file\fP distributed with
  161. Debian GNU/Linux is simply named \fIPackages\fP. \fBdpkg\fP keeps its
  162. record of available packages in \fI/var/lib/dpkg/available\fP.
  163. .TP
  164. \fBdpkg -A\fP | \fB--record-avail\fP \fIpackage_file\fP ...
  165. Update \fBdpkg\fP and \fBdselect\fP's idea of which packages are
  166. available with information from the package \fIpackage_file\fP. If
  167. \fB--recursive\fP or \fB-R\fP option is specified, \fIpackage_file\fP
  168. must refer to a directory instead.
  169. .TP
  170. .B dpkg --forget-old-unavail
  171. Forget about uninstalled unavailable packages.
  172. .TP
  173. .B dpkg --clear-avail
  174. Erase the existing information about what packages are available.
  175. .TP
  176. \fBdpkg -l\fP | \fB--list\fP \fIpackage-name-pattern\fP ...
  177. List packages matching given pattern. If no \fIpackage-name-pattern\fP
  178. is given, list all packages in \fI/var/lib/dpkg/available\fP. Normal
  179. shell wildchars are allowed in \fIpackage-name-pattern\fP. (You will
  180. probably have to quote \fIpackage-name-pattern\fP to prevent the shell
  181. from performing filename expansion. For example, \fBdpkg -l 'libc5*'\fP will list all the package names starting with "libc5".)
  182. .TP
  183. \fBdpkg -s\fP | \fB--status\fP \fIpackage-name\fP ...
  184. Report status of specified package. This just displays the entry in
  185. the installed package status database.
  186. .TP
  187. \fBdpkg -C\fP | \fB--audit\fP
  188. Searches for packages that have been installed only partially on your
  189. system. \fBdpkg\fP will suggest what to do with them to get them
  190. working.
  191. .TP
  192. \fBdpkg --get-selections\fP [\fIpattern\fP...]
  193. Get list of package selections, and write it to stdout.
  194. .TP
  195. .B dpkg --set-selections
  196. Set package selections using file read from stdin.
  197. .TP
  198. .B dpkg --yet-to-unpack
  199. Searches for packages selected for installation, but which for some
  200. reason still haven't been installed.
  201. .TP
  202. \fBdpkg -L\fP | \fB--listfiles\fP \fIpackage\fP ...
  203. List files installed to your system from \fBpackage\fP.
  204. However, note that files created by package-specific
  205. installation-scripts are not listed.
  206. .TP
  207. \fBdpkg -S\fP | \fB--search\fP \fIfilename-search-pattern\fP ...
  208. Search for a filename from installed packages. All standard shell
  209. wildchars can be used in the pattern.
  210. .TP
  211. .B dpkg --print-architecture
  212. Print target architecture (for example, "i386"). This option uses
  213. \fBgcc\fP.
  214. .TP
  215. .B dpkg --print-gnu-build-architecture
  216. Print GNU version of target architecture (for example, "i486").
  217. .TP
  218. .B dpkg --print-installation-architecture
  219. Print host architecture for installation.
  220. .TP
  221. .B dpkg --compare-versions \fIver1 op ver2\fP
  222. Compare version numbers, where \fIop\fP is a binary operator. \fBdpkg\fP
  223. returns success (zero result) if the specified condition is satisfied,
  224. and failure (nonzero result) otherwise. There are
  225. two groups of operators, which differ in how they treat a missing
  226. \fIver1\fP or \fIver2\fP. These treat no version as earlier than any
  227. version: \fBlt le eq ne ge gt\fP. These treat no version as later
  228. than any version: \fBlt-nl le-nl ge-nl gt-nl\fP. These are provided
  229. only for compatibility with control file syntax: \fB< << <= = >= >>
  230. >\fP.
  231. .TP
  232. .B dpkg --command-fd <n>
  233. Accept a series of commands on input file descriptor \fB<n>\fP. Note:
  234. additional options set on the command line, and thru this file descriptor,
  235. are not reset for subsequent commands executed during the same run.
  236. .TP
  237. .B dpkg --help
  238. Display a brief help message.
  239. .TP
  240. .B dpkg --force-help
  241. Give help about the \fB--force-\fP\fIthing\fP options.
  242. .TP
  243. .BR "dpkg -Dh " | " --debug=help"
  244. Give help about debugging options.
  245. .TP
  246. \fBdpkg --licence\fP | \fBdpkg --license\fP
  247. Display \fBdpkg\fP licence.
  248. .TP
  249. \fBdpkg --version\fP
  250. Display \fBdpkg\fP version information.
  251. .TP
  252. \fBdpkg-deb-actions\fP
  253. See \fBdpkg-deb\fP(1) for more information about the following actions.
  254. .nf
  255. \fBdpkg -b\fP | \fB--build\fP \fIdirectory\fP [\fIfilename\fP]
  256. Build a Debian GNU/Linux package.
  257. \fBdpkg -c\fP | \fB--contents\fP \fIfilename\fP
  258. List contents of Debian GNU/Linux package.
  259. \fBdpkg -e\fP | \fB--control\fP \fIfilename\fP [\fIdirectory\fP]
  260. Extract control-information from a package.
  261. \fBdpkg -x\fP | \fB--extract\fP \fIfilename directory\fP
  262. Extract the files contained by package.
  263. \fBdpkg -f\fP | \fB--field\fP \fIfilename\fP [\fIcontrol-field\fP] ...
  264. Display control field(s) of a package.
  265. \fBdpkg --fsys-tarfile\fP \fIfilename\fP
  266. Display the filesystem tar-file contained by a
  267. Debian package.
  268. \fBdpkg -I\fP | \fB--info\fP \fIfilename\fP [\fIcontrol-file\fP]
  269. Show information about a package.
  270. \fBdpkg -X\fP | \fB--vextract\fP \fIfilename\fP \fIdirectory\fP
  271. Extract and display the filenames contained by a
  272. package.
  273. .fi
  274. .SH OPTIONS
  275. All options can be specified both on the commandline and in the \fBdpkg\fP
  276. configuration file \fI/etc/dpkg/dpkg.cfg\fP. Each line in the configuration
  277. file is either an option (exactly the same as the commandline option but
  278. without leading dashes) or a comment (if it starts with a \fB#\fR).
  279. .br
  280. .TP
  281. \fB--abort-after=\fP\fInumber\fP
  282. Change after how many errors dpkg will abort. The default is 50.
  283. .TP
  284. .BR -B | --auto-deconfigure
  285. When a package is removed, there is a possibility that another
  286. installed package depended on the removed package. Specifying this
  287. option will cause automatic deconfiguration of the package which
  288. depended on the removed package.
  289. .TP
  290. \fB-D\fIoctal\fP | \fB--debug=\fP\fIoctal\fP
  291. Set debugging on. \fIoctal\fP is formed by bitwise-orring desired
  292. values together from the list below (note that these values may change
  293. in future releases). \fB-Dh\fP or \fB--debug=help\fP display these
  294. debugging values.
  295. number description
  296. 1 Generally helpful progress information
  297. 2 Invocation and status of maintainer scripts
  298. 10 Output for each file processed
  299. 100 Lots of output for each file processed
  300. 20 Output for each configuration file
  301. 200 Lots of output for each configuration file
  302. 40 Dependencies and conflicts
  303. 400 Lots of dependencies/conflicts output
  304. 1000 Lots of drivel about e.g. the dpkg/info dir
  305. 2000 Insane amounts of drivel
  306. .TP
  307. \fB--force-\fP\fIthings\fP | \fB--no-force-\fP\fIthings\fP | \fB--refuse-\fP\fIthings\fP
  308. Force or refuse (\fBno-force\fP and \fBrefuse\fP mean the same thing)
  309. to do some things. \fIthings\fP is a comma separated list of things
  310. specified below. \fB--force-help\fP displays a message describing them.
  311. Things marked with (*) are forced by default.
  312. \fIWarning: These options are mostly intended to be used by experts
  313. only. Using them without fully understanding their effects may break
  314. your whole system.\fP
  315. \fBall\fP:
  316. Turns on(or off) all force options.
  317. \fBauto-select\fP(*):
  318. Select packages to install them, and deselect packages to remove them.
  319. \fBdowngrade\fP(*):
  320. Install a package, even if newer version of it is already installed.
  321. \fBconfigure-any\fP:
  322. Configure also any unpacked but unconfigured packages on which the current
  323. package depends.
  324. \fBhold\fP:
  325. Process packages even when marked "hold".
  326. \fBremove-reinstreq\fP:
  327. Remove a package, even if it's broken and marked to require
  328. reinstallation. This may, for example, cause parts of the package to
  329. remain on the system, which will then be forgotten by \fBdpkg\fP.
  330. \fBremove-essential\fP:
  331. Remove, even if the package is considered essential. Essential
  332. packages contain mostly very basic Unix commands. Removing them might
  333. cause the whole system to stop working, so use with caution.
  334. \fBdepends\fP:
  335. Turn all dependency problems into warnings.
  336. \fBdepends-version\fP:
  337. Don't care about versions when checking dependencies.
  338. \fBconflicts\fP:
  339. Install, even if it conflicts with another package. This is dangerous,
  340. for it will usually cause overwriting of some files.
  341. \fBconfnew\fP:
  342. If a conffile has been modified always install the new version without
  343. prompting.
  344. \fBconfold\fP:
  345. If a conffile has been modified always keep the old version without prompting.
  346. \fBconfdef\fP:
  347. If a conffile has been modified always choose the default action. If
  348. \fB--force-confnew\fP or \fB--force-confold\fP have also been given
  349. always default. If there is no default then we use the old or new
  350. version, depending on the option given.
  351. \fBoverwrite\fP:
  352. Overwrite one package's file with another's file.
  353. \fBoverwrite-dir\fP
  354. Overwrite one package's directory with another's file.
  355. \fBoverwrite-diverted\fP:
  356. Overwrite a diverted file with an undiverted version.
  357. \fBarchitecture\fP:
  358. Process even packages with the wrong architecture.
  359. \fBbad-path\fP:
  360. \fBPATH\fP is missing important programs, so problems are likely.
  361. \fBnot-root\fP:
  362. Try to (de)install things even when not root.
  363. .TP
  364. \fB--ignore-depends\fP=\fIpackage\fP,...
  365. Ignore dependency-checking for specified packages (actually, checking is
  366. performed, but only warnings about conflicts are given, nothing else).
  367. .TP
  368. \fB--new\fP | \fB--old\fP
  369. Select new or old binary package format. This is a \fBdpkg-deb\fP(1)
  370. option.
  371. .TP
  372. .B --nocheck
  373. Don't read or check contents of control file while building a package.
  374. This is a \fBdpkg-deb\fP(1) option.
  375. .TP
  376. .B --no-act
  377. Do everything which is supposed to be done, but don't write any
  378. changes. This is used to see what would happen with the specified
  379. action, without actually modifying anything.
  380. Be sure to give \fB--no-act\fP before the action-parameter, or you might
  381. end up with undesirable results. (e.g. \fBdpkg --purge foo
  382. --no-act\fP will first purge package foo and then try to purge package
  383. --no-act, even though you probably expected it to actually do nothing)
  384. .TP
  385. \fB-R\fP | \fB--recursive\fP
  386. Recursively handle all regular files matching pattern \fB*.deb\fP
  387. found at specified directories and all of its subdirectories. This can
  388. be used with \fB-i\fP, \fB-A\fP, \fB--install\fP, \fB--unpack\fP and
  389. \fB--avail\fP actions.
  390. .TP
  391. \fB-G\fP
  392. Don't install a package if a newer version of the same package is already
  393. installed. This is an alias of \fB--refuse-downgrade.\fP
  394. .TP
  395. \fB--root=\fP\fIdir\fP | \fB--admindir=\fP\fIdir\fP | \fB--instdir=\fP\fIdir\fP
  396. Change default directories. \fBadmindir\fP defaults to
  397. \fI/var/lib/dpkg\fP and contains many files that give information
  398. about status of installed or uninstalled packages, etc. \fBinstdir\fP
  399. defaults to \fI/\fP and refers to the directory where packages are to
  400. be installed. \fBinstdir\fP is also the directory passed to
  401. \fBchroot\fP(2) before running \fIpackage\fP's installation scripts, which
  402. means that the scripts see \fBinstdir\fP as a root directory.
  403. Changing \fBroot\fP changes \fBinstdir\fP to \fIdir\fP and
  404. \fBadmindir\fP to \fIdir\fP\fB/var/lib/dpkg\fP.
  405. .TP
  406. \fB-O\fP | \fB--selected-only\fP
  407. Only process the packages that are selected for installation. The
  408. actual marking is done with \fBdselect\fP or by \fBdpkg\fP, when it
  409. handles packages. For example, when a package is removed, it will
  410. be marked selected for installation.
  411. .TP
  412. .BR -E " | " --skip-same-version
  413. Don't install the package if the same version of the package is already
  414. installed.
  415. .TP
  416. \fB--status-fd \fP\fI<n>\fP
  417. Send package status info to file descriptor \fI<n>\fP. This can be given
  418. multiple times. Status updates are of the form `status: <pkg>: <pkg qstate>'.
  419. .SH FILES
  420. .TP
  421. .I /etc/dpkg.cfg
  422. Configuration file with default options.
  423. .P
  424. The other files listed below are in their default directories, see option
  425. \fB--admindir\fP to see how to change locations of these files.
  426. .TP
  427. .I /var/lib/dpkg/available
  428. List of available packages.
  429. .TP
  430. .I /var/lib/dpkg/status
  431. Statuses of available packages. This file contains information about
  432. whether a package is marked for removing or not, whether it is
  433. installed or not, etc. See section \fBINFORMATION ABOUT PACKAGES\fP
  434. for more info.
  435. .P
  436. The following files are components of a binary package. See \fBdeb\fP(5)
  437. for more information about them:
  438. .TP
  439. .I control
  440. .TP
  441. .I conffiles
  442. .TP
  443. .I preinst
  444. .TP
  445. .I postinst
  446. .TP
  447. .I prerm
  448. .TP
  449. .I postrm
  450. .SH ENVIRONMENT VARIABLES
  451. .TP
  452. .B DPKG_NO_TSTP
  453. Define this to something if you prefer \fBdpkg\fP starting a new
  454. shell rather than suspending itself, while doing a shell escape.
  455. .TP
  456. .B SHELL
  457. The program \fBdpkg\fP will execute while starting a new shell.
  458. .TP
  459. .B COLUMNS
  460. Sets the number of columns \fBdpkg\fP should use when displaying formatted
  461. text. Currently only used by -l.
  462. .SH EXAMPLES
  463. To list packages related to the editor vi:
  464. .br
  465. \fB dpkg -l '*vi*'\fP
  466. .br
  467. To see the entries in \fI/var/lib/dpkg/available\fP on two packages:
  468. .br
  469. \fB dpkg --print-avail elvis vim | less\fP
  470. .br
  471. To search the listing of packages yourself:
  472. .br
  473. \fB less /var/lib/dpkg/available\fP
  474. .br
  475. To remove an installed elvis package:
  476. .br
  477. \fB dpkg -r elvis\fP
  478. .br
  479. To install a package, you first need to find it in an archive or
  480. CDROM. The "available" file shows that the vim package is in section
  481. "editors":
  482. .br
  483. \fB cd /cdrom/hamm/hamm/binary/editors\fP
  484. \fB dpkg -i vim_4.5-3.deb\fP
  485. .br
  486. To make a local copy of the package selection states:
  487. .br
  488. \fB dpkg --get-selections >myselections\fP
  489. .br
  490. You might transfer this file to another computer, and install it there
  491. with:
  492. .br
  493. \fB dpkg --set-selections <myselections\fP
  494. .br
  495. Note that this will not actually install or remove anything, but just
  496. set the selection state on the requested packages. You will need some
  497. other application to actually download and install the requested
  498. packages.
  499. Ordinarily, you will find that \fBdselect\fP(8) provides a more
  500. convenient way to modify the package selection states.
  501. .br
  502. .SH SEE ALSO
  503. \fBdselect\fP(8),
  504. \fBdpkg-deb\fP(1),
  505. \fBdeb\fP(5),
  506. and
  507. \fBdeb-control\fP(5)
  508. .SH BUGS
  509. \fB--no-act\fP usually gives less information than might be helpful.
  510. .SH AUTHORS
  511. .nf
  512. See \fB/usr/share/doc/dpkg/THANKS\fP for the list of people who have
  513. contributed to \fBdpkg\fP .
  514. .fi