
dpkg-query | 617
Package
Management
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
--fsys-tarfile archive
Extract the filesystem tree from archive, and send it to stan-
dard output in tar format. Can be used with tar to extract
individual files from an archive.
--license, --licence
Print the license information and exit.
--version
Print the version number and exit.
-W archive, --show archive archive
Show information about the specified archive. The output can
be customized with the --showformat option.
-x archive dir, --extract archive dir
-X archive dir, --vextract archive dir
Extract the filesystem tree from archive into the specified
directory, creating dir if it doesn’t already exist. -x (--extract)
works silently, while -X (--vextract) lists the files as it extracts
them. Do not use this action to install packages; use dpkg
instead.
Options
-D, --debug
Turn on debugging.
--new
Build a new-style archive format (this is the default).
--nocheck
Don’t check the control file before building an archive. This
lets you build a broken archive.
--old
Build an old-style archive format.
--showformat=format
Specify the output format for -W/--show. The format can
include the standard escape sequences \n (newline), \r
(carriage return), or \\ (backslash). Specify package fields with
the syntax ${var[;width]}. Fields are right-aligned by default,
or left-aligned ...