[Centos] Knowing what packages come from where in apt/yum

Mon Feb 21 17:58:26 UTC 2005
Johnny Hughes <mailing-lists at hughesjr.com>

On Mon, 2005-02-21 at 18:47 +0100, Alexander Dalloz wrote:
> Am Mo, den 21.02.2005 schrieb first last um 18:32:
> 
> > Is there any way to find out what packages come from where? I have a
> > mixed CentOS with some Fedora updates (i know, I was just trying to add
> > ardour and a couple of multimedia programs so I can ditch windows), but
> > it has now become unstable, so I'd like to know what packages did I get
> > from fedora.
> 
> rpm -qa --qf "%{packager} - %{name} %{version} - %{arch}\n" | sort' >
> /tmp/pkglist.txt
> 
> less /tmp/pkglist.txt
> 
> > Gabriel
> 
> Alexander
> 
> 
Might want to substitute %{vendor} for %{packager}