In debian if I have an installed package foo. How can I get a list of all the packages that depend on foo?

link|improve this question

feedback

1 Answer

up vote 6 down vote accepted

apt-cache rdepends <foo> can do this:

$ apt-cache rdepends apt-listchanges
apt-listchanges
Reverse Depends:
  cyrus-common-2.2
  education-common
  cyrus-common-2.2
  apticron
  amavisd-new
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.