EnglishFrenchSpanish

Ad


OnWorks favicon

dpkg-scanpackages - Online in the Cloud

Run dpkg-scanpackages in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dpkg-scanpackages that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

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 xz(1) (generating a Packages.xz file), 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 (the file can be compressed since dpkg 1.15.5); 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 since dpkg
1.15.5). 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 (since dpkg
1.17.14). 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 (since dpkg 1.15.5). 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.

Use dpkg-scanpackages online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad