how to list packages installed from a particular repo

Dale Dellutri daledellutri at gmail.com
Tue Jan 28 19:55:36 UTC 2014


On Tue, Jan 28, 2014 at 1:15 PM, Ranjan Maitra <
maitra.mbox.ignored at inbox.com> wrote:

> Hi,
>
> I was wondering if there is an easy way to list all the packages
> installed on a F20 system from a particular repo.
>

# yum list all > yum-list-all.txt

will give you a text file with most of what you want.  The repos
are in the third column.  However, those that have been updated
in the normal update process are marked:
  @koji-override-0/$releasever

Also, for an individual package
  yum info <packagename>
will have a line "From repo"


>
> Many thanks,
> Ranjan
>


-- 
Dale Dellutri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20140128/d3918f31/attachment.html>


More information about the users mailing list