.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DOSE-OUTDATED 1" .TH DOSE-OUTDATED 1 2024-04-09 " " "DOSE Tools" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME outdated \- detect uninstallable packages due to obsolete dependencies .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBoutdated\fR [option] ... \fIfile\fR ... .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBoutdated\fR identifies in a debian package repository those packages that are not installable with respect to that repository by the their inter-package relationships (dependencies, conflicts, ...), and that furthermore cannot become installable (in the current version) how matter how the rest of the repository evolves. This means that this package has to be updated in the repository to ever become installable again. .SH "Input Specification" .IX Header "Input Specification" Input files have to contain stanzas in the format of \&\fBdeb\-control\fR\|(5), separated by one blank line. For instance, the Packages files as found on a Debian mirror server, or in the directory \&\fI/var/lib/apt/lists/\fR of a Debian system, are suitable as input. The repository used in the analysis consists of the union of all packages from the input files. .SH "Output Specification" .IX Header "Output Specification" The output of outdated is in the YAML format. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-f \-\-failure\fR" 8 .IX Item "-f --failure" Print the list of broken packages .IP "\fB\-e \-\-explain\fR" 8 .IX Item "-e --explain" Explain the results in more detail. .IP \fB\-s\fR 8 .IX Item "-s" Print a summary of broken packages. .IP \fB\-\-dump\fR 8 .IX Item "--dump" Dump to standard output in CUDF format the packages that are internally generated and exit (mostly useful for debugging purposes). .IP "\fB\-\-checkonly\fR \fIpackage\fR[,\fIpackage\fR] ..." 8 .IX Item "--checkonly package[,package] ..." Specifies a list of packages to check. By default all packages are checked. Takes a comma-separated list of package names, each of them possibly with a version constraint, as argument. .Sp Example: \-\-checkonly "libc6 , 2ping (>= 1.2.3\-1)" .IP \fB\-v\fR 8 .IX Item "-v" Enable info / warnings / debug messages. This option may be repeated up to three times in order to increase verbosity. .IP \fB\-\-progress\fR 8 .IX Item "--progress" Display progress bars. .IP "\fB\-h\fR, \fB\-\-help\fR" 8 .IX Item "-h, --help" Display this list of options. .SH "EXIT CODES" .IX Header "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). .SH EXAMPLE .IX Header "EXAMPLE" .Vb 1 \& dose3\-outdated \-f \-v /var/lib/apt/lists/ftp.fr.debian.org_debian_dists_sid_main_binary\-amd64_Packages .Ve .SH AUTHORS .IX Header "AUTHORS" Pietro Abate and Ralf Treinen .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdistcheck\fR(5) \&\fBchallenged\fR(5) .PP is the home page of the Mancoosi project.