From Fedora Project Wiki
m (1 revision(s)) |
m (PackageMaintainers/TrackingDownstream moved to Tracking downstream packages: wiki cleanup) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
<pre> | <pre> | ||
repoquery --whatrequires | repoquery --whatrequires `repoquery --provides foo` | ||
</pre> | </pre> | ||
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]] |
Latest revision as of 22:04, 22 February 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.