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, then girlfriend and now ex-wife of Debian's founder Ian Murdock.
Debian packages are also used in distributions based on Debian, such as Ubuntu and others.
Debian packages are standard Unix ar archives that include two gzipped, bzipped or lzmaed tar archives...
more
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, then girlfriend and now ex-wife of Debian's founder Ian Murdock.
Debian packages are also used in distributions based on Debian, such as Ubuntu and others.
Debian packages are standard Unix ar archives that include two gzipped, bzipped or lzmaed 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/aptitude.
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...
less