Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]



    deb is the extension of the Debian software package format and the most often used name for such binary packages. Like the term Debian, it's named after Debra, wife of Debian's founder Ian Murdock.

    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.


        Deb (file format)
            Implementation
            See also
    NameDebian package
    Extension.deb
    OwnerDebian
    GenrePackage management system
    ContainerforSoftware package

    top

    Implementation

    deb file is implemented as an ar archive. Canonical contents of this archive are 3 files:
      debian-binary - deb format version number
      control.tar.gz - all package metainformation
      data.tar.gz - the actual installable files

    top

    See also
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Deb (file format)". link