On Fri, May 25, 2012 at 11:00 AM, John Doe jdmls@yahoo.com wrote:
From: Bowie Bailey Bowie_Bailey@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"
In 6.x, yum keeps track of where packages were installed from. yum history packages-info packagename(s) will show that among other things. There might be a better way to get the whole list.