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