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.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
|
|||
|
There are more than one way, with each method showing a different output. For a detailed view of the dependency tree;
Alternatively;
Or a concise list:
|
|||
|
|
|
aptitude has a fairly nice way of handling this:
It only lists one reason, but that's usually enough... |
|||
|
|
