dpkg

dpkg
Original author(s) Ian Murdock
Developer(s) The dpkg team
Stable release 1.17.27[1] / April 25, 2016 (2016-04-25)
Preview release 1.18.5[2] / May 2, 2016 (2016-05-02)
Written in C, C++, Perl[3]
Operating system Unix-like, POSIX
Type Package management system
License GNU General Public License
Website wiki.debian.org/Teams/Dpkg

dpkg is the software at the base of the package management system in the free operating system Debian and its numerous derivatives. dpkg is used to install, remove, and provide information about .deb packages.

dpkg itself is a low level tool; higher level tools, such as APT, are used to fetch packages from remote locations or deal with complex package relations. Tools like aptitude or synaptic are more commonly used than dpkg on its own, as they have a more sophisticated way of dealing with package relationships and a friendlier interface.

The Debian package "dpkg" provides the dpkg program, as well as several other programs necessary for run-time functioning of the packaging system, including dpkg-deb, dpkg-split, dpkg-query, dpkg-statoverride, dpkg-divert and dpkg-trigger.[4] It also includes the programs such as update-alternatives and start-stop-daemon. The install-info program used to be included as well, but was later removed[5] as it is developed and distributed separately nowadays.[6] The Debian package "dpkg-dev" includes the numerous build tools described below.

History

dpkg was originally created by Matt Welsh, Carl Streeter and Ian Murdock, first as a Perl program,[7] and then later the main part was rewritten in C by Ian Jackson in 1994.[8][9] The name dpkg was originally the short for "Debian package", but the meaning of that phrase has evolved significantly, as dpkg the software is orthogonal to the deb package format as well as the Debian Policy Manual which defines how Debian packages behave.

Example use

To install a .deb package:

dpkg -i debFileName

where debFileName is the name of the Debian software package.

The list of installed packages can be obtained with:

dpkg -l [optional pattern]

To remove an installed package:

dpkg -r packagename

Development tools

dpkg-dev contains a series of development tools required to unpack, build and upload Debian source packages.[10] These include:

Database

The dpkg database is located under /var/lib/dpkg; the "status" file contains the list of installed software on the current system. There is no information about repositories in this database.[11]

See also

References

  1. http://metadata.ftp-master.debian.org/changelogs/main/d/dpkg/stable_changelog
  2. http://metadata.ftp-master.debian.org/changelogs/main/d/dpkg/unstable_changelog
  3. "dpkg on alioth". Alioth (Debian). 2012-04-11. Retrieved 2015-03-09.
  4. "dpkg package file list". Debian project. Retrieved 2015-03-09.
  5. Jover, Guillem. "Removal of install-info from dpkg". Debian project. Retrieved 2015-03-09.
  6. "GNU Texinfo project". GNU project. Retrieved 9 March 2015.
  7. "dpkg perl implementation". git (Debian project). Retrieved 2015-03-09.
  8. "dpkg C implementation". git (Debian project). Retrieved 2015-03-09.
  9. Akkerman, Wichert. "dpkg history". Retrieved 21 July 2013.
  10. "dpkg-dev package file list". Debian project. Retrieved 2015-03-09.
  11. "dpkg". Debian. 2012-06-05. Retrieved 2014-06-18.

External links

This article is issued from Wikipedia - version of the Tuesday, May 03, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.