Package Management – How to List Dependent Packages (Reverse Dependencies)

command linedependenciespackage-management

In order to research what caused the installation of a given package, I'd like to get a list of packages which depend on that package. I couldn't find anything obvious in man dpkg.

Best Answer

apt-cache rdepends packagename should do what you want