From Fedora Project Wiki

(→‎Use YUM: migration bug)
Line 12: Line 12:


By activating all known third-party repositories in your YUM configuration, you will see all known dependencies on your package.
By activating all known third-party repositories in your YUM configuration, you will see all known dependencies on your package.
[[Category:Package Maintainers]]

Revision as of 03:18, 22 January 2009

Tracking Downstream

Use YUM

Install yum-utils and issue the following command to see what packages are using package "foo":

repoquery --whatrequires `repoquery --provides foo`

By activating all known third-party repositories in your YUM configuration, you will see all known dependencies on your package.