1OUTDATED(1)                       DOSE Tools                       OUTDATED(1)
2
3
4

NAME

6       outdated - detect uninstallable packages due to obsolete dependencies
7

SYNOPSIS

9       outdated [option] ... file ...
10

DESCRIPTION

12       outdated identifies in a debian package repository those packages that
13       are not installable with respect to that repository by the their inter-
14       package relationships (dependencies, conflicts, ...), and that
15       furthermore cannot become installable (in the current version) how
16       matter how the rest of the repository evolves. This means that this
17       package has to be updated in the repository to ever become installable
18       again.
19

Input Specification

21       Input files have to contain stanzas in the format of deb-control(5),
22       separated by one blank line. For instance, the Packages files as found
23       on a Debian mirror server, or in the directory /var/lib/apt/lists/ of a
24       Debian system, are suitable as input. The repository used in the
25       analysis consists of the union of all packages from the input files.
26

Output Specification

28       The output of outdated is in the YAML format.
29

OPTIONS

31       -f --failure
32               Print the list of broken packages
33
34       -e --explain
35               Explain the results in more detail.
36
37       -s      Print a summary of broken packages.
38
39       --dump  Dump to standard output in CUDF format the packages that are
40               internally generated and exit (mostly useful for debugging
41               purposes).
42
43       --checkonly package[,package] ...
44               Specifies a list of packages to check. By default all packages
45               are checked.  Takes a comma-separated list of package names,
46               each of them possibly with a version constraint, as argument.
47
48               Example: --checkonly "libc6 , 2ping (>= 1.2.3-1)"
49
50       -v      Enable info / warnings / debug messages. This option may be
51               repeated up to three times in order to increase verbosity.
52
53       --progress
54               Display progress bars.
55
56       -h, --help
57               Display this list of options.
58

EXIT CODES

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

EXAMPLE

65        dose3-outdated -f -v /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary-amd64_Packages
66

AUTHORS

68       Pietro Abate and Ralf Treinen
69

SEE ALSO

71       distcheck(5) challenged(5)
72
73       <http://www.mancoosi.org> is the home page of the Mancoosi project.
74
75
76
77                                  2021-03-02                       OUTDATED(1)
Impressum