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. > >rday > Many independent repositories have a unique identifier tag like rf for rpmforge and dag for dag wieers repository and so on. Yum info doesnt provide the packager and build host information but rpm -qi <package> does which indicates the source of the repository. Also the GPG key can be used for verification. regards Rahul