<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><span style="color:rgb(34,34,34)">I've found 'repoquery' to be quite handy in performing specific remote</span><br>
</div>
queries. If you just wanted a list of the repos and the package name, you can<br>
use this example from the man-page:<br>
repoquery -a --qf "%-20{repoid} %{name}"<br></blockquote><div><br></div><div>Thanks Jon, digging into the source of this (it's Python :-) to get the list of possible fields for qf, I don't see where I can show the installed status.</div>
<div><br></div><div>Also, while yum info shows in the "Repo:" line as "installed" if the package is installed, and "From repo:" as the repo its from, "repoid" seems to show the "From repo:" equivalent. So I haven't been able to figure out how to show that.</div>
<div><br></div><div>I did figure out from repoquery itself (the man pages seem out of date) that you can use --search to search ala "yum search" which is great.</div><div><br></div><div>-Eric</div><div><br></div>
</div></div></div>