Deb (file Format) Article Index for
Deb
Website Links For
Deb
 

Information About

Deb (file Format)




  Extension <tt>deb</tt>
  Owner Debian
  Genre Package Management System
  Containerfor Software Package


deb is the Extension of the Debian Software Package format and the most often used name for such Binary Package s. Like the term ''Debian'', it's named after Debra Murdock, wife of Debian's founder Ian Murdock .

Debian packages are standard Unix Ar archives that include two Gzip ped 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 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.


SEE ALSO



EXTERNAL LINKS