On Wed, 2005-08-17 at 16:37 -0400, Robert P. J. Day wrote: > after an RPM has already been installed, is there a way to tell > which repo it came from? "yum info" tells me only that it's > installed. You can use repoquery (from yum-utils) for that, for example: [pmatilai@weasel ~]$ rpm -q xmms xmms-1.2.10-16 [pmatilai@weasel ~]$ repoquery --qf "%{repoid}" xmms extras - Panu -