From Fedora Project Wiki

fp-wiki>ImportUser
(Imported from MoinMoin)
 
(→‎Use YUM: migration bug)
(One intermediate revision by one other user not shown)
Line 8: Line 8:


<pre>
<pre>
repoquery --whatrequires <code>repoquery --provides foo</code>
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.

Revision as of 20:16, 7 August 2008

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.