<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/10/2014 03:28 PM, Eric Floehr
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJzarMNzfB-gwL97K_FaHOZVs2oZW3ygEb_yYrK8aoyXztHzGw@mail.gmail.com"
      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>
    This is crude, and I get a yum lock from it, but ... <br>
    <br>
    <blockquote>yum list | awk '{print "yum info" , $1}' | sh<br>
    </blockquote>
    <br>
    -- R; &lt;&gt;&lt;<br>
    <br>
    <br>
    <br>
  </body>
</html>