コマンド
|
概要
|
dpkg-deb
|
Debian package archive (.deb) manipulation tool. dpkg-deb packs, unpacks and provides information about Debian archives. Use dpkg to install and remove packages from your system.
|
dpkg-divert
|
used to set up and update the list of diversions. File diversions are a way of forcing dpkg(1) not to install a file into its location, but to a diverted location. Diversions can be used through the Debian package scripts to move a file away when it causes a conflict.
|
dpkg-maintscript-helper
|
works around known dpkg limitations in maintainer scripts. This program is designed to be run within maintainer scripts to achieve some tasks that dpkg can't (yet) handle natively either because of design decisions or due to current limitations.
|
dpkg-query
|
is a tool to show information about packages listed in the dpkg database. a tool to query the dpkg database.
|
dpkg-realpath
|
is a tool (since dpkg 1.20.1) to resolve a pathname, that takes the dpkg(1) root directory into account, either implicitly from the DPKG_ROOT environment variable or from the command-line --root or --instdir options, and returns an absolute pathname relative to the root directory.
|
dpkg-split
|
splits Debian binary package files into smaller parts and reassembles them again, to support the storage of large package files on small media such as floppy disks.
|
dpkg-statoverride
|
“stat overrides” are a way to tell dpkg(1) to use a different owner or mode for a path when a package is installed (this applies to any filesystem object that dpkg handles, including directories, devices, etc.). This can be used to force programs that are normally setuid to be install without a setuid flag, or only executable by a certain group.
|
dpkg-trigger
|
is a tool to explicitly activate triggers and check for its support on the running dpkg.
|