On Wed, 2003-11-12 at 08:45, Brun wrote: > But were is the GPG-KEY to this part of the yum.conf > > [fedora-extras] > name=Fedora Extras $releasever - $basearch - Extra Packages > baseurl=http://mirrors.kernel.org/fedora/fedora/fedora/$releasever/$basearch/yum/stable/ > gpgcheck=1 > failovermethod=priority Look in /usr/share/doc/fedora-release-1/RPM-GPG-KEY* . You might try: rpm --import /usr/share/doc/fedora-release-*/*GPG-KEY* rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY Or you can just set gpgcheck=0 in your above example, but that shouldn't be necessary.