EnglishFrenchSpanish

Ad


OnWorks favicon

dose-deb-coinstall - Online in the Cloud

Run dose-deb-coinstall in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command dose-deb-coinstall 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


dose-deb-coinstall - calculate a coinstallation set of a given set of Debian binary
packages

SYNOPSIS


dose-deb-coinstall [options] binary-repositories

DESCRIPTION


dose-deb-coinstall determines whether a set of foreground Debian binary packages can be
installed together given a set of background Debian binary packages. If a valid
coinstallation set exists, than it is printed on standard output; else the application
exists with exit code 1 and prints nothing.

If the --src option is given, then the associated source packages are printed on standard
output instead.

Packages are split into foreground and background: only packages in the foreground are
checked for coinstallability, but dependencies may be satisfied by foreground packages and
by background packages. By default, all packages are in the foreground.

INPUT FORMAT


The binary-repositories argument is a list of filenames containing stanzas in the format
of deb-control(5), separated by one blank line. For instance, the Packages files as found
on a Debian mirror server, or in the directory /var/lib/apt/lists/ of a Debian system, are
suitable.

The --src option requires a file containing debian source control stanzas, separated by
one blank line. For instance, the Sources files as found on a Debian mirror server, or in
the directory /var/lib/apt/lists/ of a Debian system, are suitable.

OPTIONS


--deb-native-arch=name
Specify the native architecture. The default behavior is to deduce the native
architecture from the first package stanza in the input that has an architecture
different from all.

--deb-foreign-archs=name [,name] ...
Specify a comma-separated list of foreign architectures. The default is an empty
list of foreign architectures. If --deb-host-arch is set, it is used as an
implicit foreign architecture.

--deb-host-arch=name...
Specify the host architecture. If this option is given, --deb-native-arch must
also be set.

-f --failures
Print a diagnostic in YAML format containing the list of packages that were
attempted to install together and the result of the operation.

-v --successes
Only show packages that do not fail the installability check.

-e --explain
Explain the results in more detail providing the reason why some packages cannot
be installed together.

--src=source-repository
Instead of printing binary packages, print the associated source packages as given
in the debian Sources file source-repository.

--dump=cudf-file
Dump the CUDF universe to cudf-file representing the encoding of binary and source
packages, plus the coinstallability request.

--fg=binary-repository
Specify a foreground binary repository.

--bg=binary-repository
Specify a background binary repository.

-v Enable info / warnings / debug messages. This option may be repeated up to three
times in order to increase verbosity.

-h, --help
Display this list of options.

EXIT CODES


Exit codes 0-63 indicate a normal termination of the program, codes 64-127 indicate
abnormal termination of the program (such as parse errors, I/O errors).

In case of normal program termination:

- exit code 0 indicates that a valid coinstallation set exists

- exit code 1 indicates that at no coinstallation set exists

EXAMPLE


Compute the list of binary packages needed to install all packages marked as essential:

grep-dctrl -X -FEssential yes \
/var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages \
> essential

dose-deb-coinstall --deb-native-arch=amd64 \
--bg /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages \
--fg essential > essential_coinstall

Compute the list of source packages needed to build these packages:

dose-deb-coinstall --deb-native-arch=amd64 \
--src /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_source_Sources \
--bg /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages \
--fg essential > essential_coinstall_src

Use dose-deb-coinstall online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    turkdevops
    turkdevops
    TurkDevOps aç?k kaynak yaz?l?m
    geli?tirici topluluklar? DevTurks-Team
    Taraf?ndan desteklenmektedir..
    Features:https://github.com/turkdevopshttps://turkdevops.g...
    Download turkdevops
  • 2
    Wine
    Wine
    Wine is an Open Source implementation
    of the Windows API on top of X and Unix.
    Wine provides both a development toolkit
    for porting Windows sources to Unix and...
    Download Wine
  • 3
    LAME (Lame Aint an MP3 Encoder)
    LAME (Lame Aint an MP3 Encoder)
    LAME is an educational tool to be used
    for learning about MP3 encoding. The
    goal of the LAME project is to improve
    the psycho acoustics, quality and speed
    of MP...
    Download LAME (Lame Aint an MP3 Encoder)
  • 4
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 5
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 6
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 7
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • More »

Linux commands

Ad