logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rdebsums - a recursive debsums

Author

rdebsums was written by Vincent Fourmond <fourmond@debian.org>

Bugs

rdebsums is quite slow - essentially due to dpkg-query not being extremely fast.

       Currently, rdebsums will be confused by virtual packages.

       --others is actually nearly useless, as you often end  up  checking  nearly  all  packages.  You'll  most
       probably win time by running debsums without arguments.

Description

rdebsums  runs  debsums(1)  over  a given package and all its dependencies. It can be used to make sure a
       problem with a package is not due to file corruption.

       All but the last element of the command-line and options understood by rdebsums are sent to debsums(1).

Examples

       Check the package aptitude and all its dependencies:

       rdebsumsaptitude

       The same while being significantly less verbose

       rdebsums-saptitude

Name

       rdebsums - a recursive debsums

Options

--help Prints a short help text

       --others
              Also runs debsums on Recommended and Suggested packages.

See Also

debsums(1), dpkg-query(1)

Version 0.1                                        2007-03-29                                        RDEBSUMS(1)

Synopsis

rdebsums--help  | [  debsumoptions  ] [  --others  ] package

See Also