deb (file format)
From Wikipedia, the free encyclopedia
| Debian package | |
|---|---|
| File extension: | .deb |
| Developed by: | Debian |
| Type of format: | Package management system |
| Container for: | Software package |
deb is the extension of the Debian software package format and the most often used name for such binary packages. Like the "Deb" part of the term Debian, it originates from the name of Debra, wife of Debian's founder Ian Murdock.
Debian packages are also used in distributions based on Debian.
Debian packages are standard Unix ar archives that include two gzipped or bzipped tar archives: one that holds the control information and another that contains the data.
The canonical program for handling these packages is dpkg, most commonly via apt.
deb packages can be converted into other packages and vice versa using Alien.
Some core Debian packages are available as udebs (“micro debs”), and are typically used only for bootstrapping a Debian installation. Although these files use the “udeb” filename extension, they adhere to the same structure specification as ordinary deb files. However, unlike their deb counterparts, udeb packages contain only essential functional files. In particular, documentation files are normally omitted. udeb packages are not installable on a standard Debian system.
Since Debian 0.93, a deb file is implemented as an ar archive. Canonical contents of this archive are three files:
- debian-binary: deb format version number. This is "2.0" for current versions of Debian
- control.tar.gz: all package metainformation
- data.tar or data.tar.gz or data.tar.bz2 or data.tar.lzma: the actual installable files
- Debian FAQ: Basics of the Debian package management system
- debian-user post on manipulating debs directly with standard unix tools
- Article on what to do with .deb files
|
|
||
|---|---|---|
| Infrastructure | Debian Manifesto · DCC Alliance · DebConf · Software in the Public Interest · Debian Free Software Guidelines · Debian Social Contract · Alioth | |
| Software | .deb format · dpkg · APT · aptitude · debconf package · Debian-Installer · Debian Iceweasel · Alien · Jigdo · dash | |
| Derivatives | Debian GNU/Linux · Debian GNU/Hurd · Custom Debian Distribution · GNU variants | |
| People | Ian Murdock · Bruce Perens · List of Debian Project Leaders | |
|
|
|
|---|---|
| Archiving only | ar · cpio · shar · tar · LBR |
| Compression only | bzip2 · gzip · LZMA · lzop · rzip · SQ · compress · LZW |
| Archiving and compression | 7z · ACE · ARC · ALZip · ARJ · Cabinet · cpt · DAR · dd · DGCA · .dmg · GCA · kgb · LHA · LZX · PAQ · RAR · qda · sit · SQX · zoo · ZIP |
| Software packaging and distribution | deb · pkg · RPM · MSI · JAR (WAR · RAR (Java) · EAR) |