Scroll to navigation

reverse-depends(1) General Commands Manual reverse-depends(1)

NAME

reverse-depends - List the reverse-dependencies (or build-dependencies) of a package

SYNOPSIS

reverse-depends [options] package

DESCRIPTION

List reverse-dependencies (or build-dependencies) of package. If the package name is prefixed with src: then the reverse-dependencies of all the binary packages that the specified source package builds will be listed.

OPTIONS

Query dependencies in RELEASE. Default: current development release.
Only consider Depends relationships, not Recommends.
Also consider Suggests relationships.
Query build dependencies. Synonym for --arch=source.
Query dependencies in ARCH. Besides valid architecture names, the special values any and source may be used. any displays all reverse dependencies, the union across all architecture. source displays build dependencies. Default: any.
Only consider reverse-dependencies in COMPONENT. Can be specified multiple times. Default: all components.
Display a simple, machine-readable list.
Reverse Dependencies web-service URL. Default: UbuntuWire's service at http://qa.ubuntuwire.org/rdepends/.
Display a help message and exit

EXAMPLES

All reverse dependencies of source package bash:

reverse-depends src:bash

AUTHORS

reverse-depends and this manpage were written by Stefano Rivera <stefanor@ubuntu.com>.

Both are released under the terms of the ISC License.

November 2011 ubuntu-dev-tools