Close Menu
    Facebook X (Twitter) Instagram
    Command Linux
    • About
    • How to
      • Q&A
    • OS
      • Windows
      • Arch Linux
    • AI
    • Gaming
      • Easter Eggs
    • Statistics
    • Blog
      • Featured
    • MORE
      • IP Address
      • Man Pages
    • Write For Us
    • Contact
    Command Linux
    Home - man page - dpkg-scanpackages

    dpkg-scanpackages

    WillieBy WillieApril 30, 2026Updated:April 30, 2026No Comments3 Mins Read
     

    NAME

    dpkg-scanpackages – create Packages index files  

    SYNOPSIS

    dpkg-scanpackages [option…] binary-dir [override-file [path-prefix]] > Packages  

    DESCRIPTION

    dpkg-scanpackages sorts through a tree of Debian binary packages and creates a Packages file, used by apt(8), dselect(1), etc, to tell the user what packages are available for installation. These Packages files are the same as those found on Debian archive sites and CD-ROMs. You might use dpkg-scanpackages yourself if making a directory of local packages to install on a cluster of machines.

    Note: If you want to access the generated Packages file with apt you will probably need to compress the file with bzip2(1) (generating a Packages.bz2 file) or gzip(1) (generating a Packages.gz file). apt ignores uncompressed Packages files except on local access (i.e. file:// sources).

    binary-dir is the name of the tree of the binary packages to process (for example, contrib/binary-i386). It is best to make this relative to the root of the Debian archive, because every Filename field in the new Packages file will start with this string.

    override-file is the name of a file to read which contains information about how the package fits into the distribution (it can be a compressed file); see deb-override(5).

    path-prefix is an optional string to be prepended to the Filename fields.

    If more than one version of a package is found only the newest one is included in the output. If they have the same version and only differ in architecture only the first one found is used.  

    OPTIONS

    -t, –type type
    Scan for *.type packages, instead of *.deb.
    -e, –extra-override file
    Scan file to find supplementary overrides (the file can be compressed). See deb-extra-override(5) for more information on its format.
    -a, –arch arch
    Use a pattern consisting of *_all.deb and *_arch.deb instead of scanning for all debs.
    -h, –hash hash-list
    Only generate file hashes for the comma-specified list specified. The default is to generate all currently supported hashes. Supported values: md5, sha1, sha256.
    -m, –multiversion
    Include all found packages in the output.
    -M, –medium id-string
    Add an X-Medium field containing the value id-string. This field is required if you want to generate Packages.cd files for use by the multicd access method of dselect.
    -?, –help
    Show the usage message and exit.
    –version
    Show the version and exit.
     

    DIAGNOSTICS

    dpkg-scanpackages outputs the usual self-explanatory errors. It also warns about packages that are in the wrong subdirectory, are duplicated, have a Filename field in their control file, are missing from the override file, or have maintainer substitutions which do not take effect.  

    Willie
    • Website

    Willie has over 15 years of experience in Linux system administration and DevOps. After managing infrastructure for startups and enterprises alike, he founded Command Linux to share the practical knowledge he wished he had when starting out. He oversees content strategy and contributes guides on server management, automation, and security.

    Related Posts

    XMAG

    April 30, 2026

    GIT-SUBTREE

    April 30, 2026

    XARGS

    April 30, 2026

    EPOLL_WAIT

    April 30, 2026
    Top Posts

    How To Check Linux List Processes

    January 26, 2026

    actionaz

    December 2, 2025

    How to Check Memory Size in Linux Using Terminal and GUI

    March 28, 2026

    SYSCTL.CONF

    February 3, 2026
    • Home
    • Contact Us
    • Privacy Policy
    • Terms of Use

    Type above and press Enter to search. Press Esc to cancel.