.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" 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 .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . 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 "APT-SHOW-SOURCE 1p" .TH APT-SHOW-SOURCE 1p "2021-01-03" "perl v5.32.0" "User Contributed Perl Documentation" .\" 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" apt\-show\-source \- Lists source\-packages. .SH "DESCRIPTION" .IX Header "DESCRIPTION" This program parses the \s-1APT\s0 lists for source packages and the dpkg status file and then lists every package with a higher version number than the one installed. .PP It may prove very useful if the \*(L"deb\*(R" entries in your \s-1APT\s0 sources.list point to stable and the \*(L"deb-src\*(R" entries point to unstable. With this program you are easily able to find out if there is a newer version of eg. Program \s-1XXXX\s0 in unstable. .SH "COMMAND LINE PARAMETERS" .IX Header "COMMAND LINE PARAMETERS" Optional command line parameters are the \s-1DPKG\s0 Status file to use, the path to \s-1APT\s0's list files and a package name. There are also options to display: all source-packages, verbose messages, version-only and command-line help. .SH "OPTIONS" .IX Header "OPTIONS" .SS "\fB\-stf\fP \fI\s-1FILE\s0\fP, \fB\-\-status\-file\fP=\fI\s-1FILE\s0\fP" .IX Subsection "-stf FILE, --status-file=FILE" Reads installed packages from \fI\s-1FILE\s0\fR instead of /var/lib/dpkg/status. .SS "\fB\-ld\fP \fI\s-1DIRECTORY\s0\fP, \fB\-\-list\-dir\fP=\fI\s-1DIRECTORY\s0\fP" .IX Subsection "-ld DIRECTORY, --list-dir=DIRECTORY" \&\fI\s-1DIRECTORY\s0\fR specifies the path to \s-1APT\s0's list files, defaults to /var/lib/apt/lists/. .SS "\fB\-p\fP \fI\s-1PACKAGE\s0\fP, \fB\-\-package\fP=\fI\s-1PACKAGE\s0\fP" .IX Subsection "-p PACKAGE, --package=PACKAGE" Prints out the installed\-package/source\-package version Information for \fI\s-1PACKAGE\s0\fR. .SS "\fB\-\-version\-only\fP" .IX Subsection "--version-only" Prints version only if used together with \fB\-\-package\fR. .SS "\fB\-a\fP, \fB\-\-all\fP" .IX Subsection "-a, --all" Prints out all available source-packages with version. .SS "\fB\-v\fP, \fB\-\-verbose\fP" .IX Subsection "-v, --verbose" Prints out verbose messages. .SS "\fB\-h\fP, \fB\-\-help\fP" .IX Subsection "-h, --help" Prints out command-line help. .SH "AUTHOR" .IX Header "AUTHOR" Dennis Schoen, dennis@debian.org .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBapt\fR\|(1), \fBdpkg\fR\|(1)