[CentOS] Third party repo differences

Fri May 25 16:00:53 UTC 2012
John Doe <jdmls at yahoo.com>

From: Bowie Bailey <Bowie_Bailey at BUC.com>

> On a related note, I have a server that is using both the epel and
> rpmforge repos.  Is there a way to determine which packages came from
> which repo?

You could try something like this:
  rpm -qa --qf "%-30{NAME}%{VENDOR}\n"

See the man for more useful tags.

JD