Интерактивная система просмотра системных руководств (man-ов)
rmadison (1)
>> rmadison (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
NAME
rmadison -- Remotely query the Debian archive database about packages
SYNOPSIS
rmadison [OPTIONS] PACKAGE ...
DESCRIPTION
dak ls queries the Debian archive database (``projectb'') and
displays which package version is registered per architecture/component/suite.
The CGI at http://qa.debian.org/madison.php provides that service without
requiring ssh access to ftp-master.debian.org or the mirror on
merkel.debian.org. This script, rmadison, is a command line frontend to
this CGI.
OPTIONS
-a, --architecture=ARCH
only show info for ARCH(s)
-b, --binary-type=TYPE
only show info for binary TYPE
-c, --component=COMPONENT
only show info for COMPONENT(s)
-g, --greaterorequal
show buildd 'dep-wait pkg >= {highest version}' info
-G, --greaterthan
show buildd 'dep-wait pkg >> {highest version}' info
-h, --help
show this help and exit
-s, --suite=SUITE
only show info for this suite
-S, --source-and-binary
show info for the binary children of source pkgs
-t, --time
show projectb snapshot and reload time (not supported by all archives)
ARCH, COMPONENT and SUITE can be comma (or space) separated lists, e.g.
--architecture=m68k,i386
NOTES
dak ls also supports -r, --regex to treat PACKAGE as a regex. Since
that can easily DoS the database (``-r .''), this option is not supported by the
CGI and rmadison.
dak ls was formerly called madison.
The protocol used by rmadison is fairly simple, the CGI accepts query the
parameters a, b, c, g, G, s, S, t, and package. The parameter text is passed to
enable plain-text output.