EnglishFrenchSpanish

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
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop Client
    Rocket.Chat Desktop client is the
    official desktop app for Rocket.Chat,
    the simple but powerful open source web
    chat platform. It's tested on macOS,
    Windows...
    Download Rocket.Chat Desktop Client
  • 2
    OfficeFloor
    OfficeFloor
    OfficeFloor provides inversion of
    coupling control, with its: - dependency
    injection - continuation injection -
    thread injection For more information
    visit the...
    Download OfficeFloor
  • 3
    DivKit
    DivKit
    DivKit is an open source Server-Driven
    UI (SDUI) framework. It allows you to
    roll out server-sourced updates to
    different app versions. Also, it can be
    used fo...
    Download DivKit
  • 4
    subconverter
    subconverter
    Utility to convert between various
    subscription format. Shadowrocket users
    should use ss, ssr or v2ray as target.
    You can add &remark= to
    Telegram-liked HT...
    Download subconverter
  • 5
    SWASH
    SWASH
    SWASH is a general-purpose numerical
    tool for simulating unsteady,
    non-hydrostatic, free-surface,
    rotational flow and transport phenomena
    in coastal waters as ...
    Download SWASH
  • 6
    VBA-M (Archived - Now on Github)
    VBA-M (Archived - Now on Github)
    Project has moved to
    https://github.com/visualboyadvance-m/visualboyadvance-m
    Features:Cheat creationsave statesmulti
    system, supports gba, gbc, gb, sgb,
    sgb2Tu...
    Download VBA-M (Archived - Now on Github)
  • More »

Linux commands

Ad