<div dir="ltr">On CentOS 6.5 the yum manpage shows<div><br></div><div><div> OUTPUT</div><div><br></div><div> The format of the output of yum list is:</div><div><br></div><div> name.arch [epoch:]version-release repo or @installed-from-repo</div>
</div><div><br></div><div><br></div><div>yum list shows all packages and where they came from. Installed packages are listed first, and the repo has an @ prepended, then Available packages with no @.</div><div><br></div>
<div>
Is that not what you're looking for?</div><div><br></div><div>Matt</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 10, 2014 at 3:40 PM, Rick Troth <span dir="ltr"><<a href="mailto:rmt@casita.net" target="_blank">rmt@casita.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><div class="im">
<div>On 01/10/2014 03:28 PM, Eric Floehr
wrote:<br>
</div>
<blockquote type="cite">
<div>I know I can do "info" to see the install status of
individual packages as well as the repo they are in, but is
there a way in the search result list to list that info? I've
not found a way.</div>
</blockquote>
<br></div>
This is crude, and I get a yum lock from it, but ... <br>
<br>
<blockquote>yum list | awk '{print "yum info" , $1}' | sh<span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- R; <><<br>
<br>
<br>
<br>
</font></span></div>
<br>_______________________________________________<br>
colug-432 mailing list<br>
<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
<br></blockquote></div><br></div>