Man page - reverse-depends(1)
Packages contains this manual
- pbuilder-dist-simple(1)
- lp-bitesize(1)
- seeded-in-ubuntu(1)
- pull-lp-source(1)
- pull-ppa-ddebs(1)
- pull-lp-udebs(1)
- pull-debian-ddebs(1)
- pbuilder-dist(1)
- pm-helper(1)
- setup-packaging-environment(1)
- mk-sbuild(1)
- pull-uca-source(1)
- check-mir(1)
- requestbackport(1)
- grab-merge(1)
- pull-ppa-udebs(1)
- ubuntu-iso(1)
- pull-pkg(1)
- pull-uca-ddebs(1)
- pull-lp-debs(1)
- ubuntu-dev-tools(5)
- pull-debian-source(1)
- import-bug-from-debian(1)
- backportpackage(1)
- check-symbols(1)
- pull-debian-debdiff(1)
- pull-lp-ddebs(1)
- pull-ppa-debs(1)
- pull-debian-udebs(1)
- cowbuilder-dist(1)
- dch-repeat(1)
- pull-uca-debs(1)
- submittodebian(1)
- syncpackage(1)
- running-autopkgtests(1)
- update-maintainer(1)
- requestsync(1)
- merge-changelog(1)
- pull-uca-udebs(1)
- sponsor-patch(1)
- pull-debian-debs(1)
- reverse-depends(1)
- pull-ppa-source(1)
- ubuntu-upload-permission(1)
- ubuntu-build(1)
- grep-merges(1)
apt-get install ubuntu-dev-tools
Manual
reverse-depends
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHORS
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
-r RELEASE , --release = RELEASE
Query dependencies in RELEASE . Default: current development release.
-R , --without-recommends
Only consider Depends relationships, not Recommends.
-s , --with-suggests
Also consider Suggests relationships.
-b , --build-depends
Query build dependencies. Synonym for --arch = source .
-a ARCH , --arch = ARCH
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 .
-c COMPONENT , --component = COMPONENT
Only consider reverse-dependencies in COMPONENT . Can be specified multiple times. Default: all components.
-l , --list
Display a simple, machine-readable list.
-u URL , --service-url = URL
Reverse Dependencies web-service URL . Default: UbuntuWire’s service at http://qa.ubuntuwire.org/rdepends/ .
-h , --help
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.