In debian if I have an installed package foo. How can I get a list of all the packages that depend on foo?
Asked
Active
Viewed 307 times
1 Answers
6
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

touchstone
- 316
- 1
- 4