When I try : yum -y update I get the error: Error: Could not find the GPG Key necessary to validate pkg /var/cache/yum/update/packages/php-mysql-4.3.2-11.ent.i386.rpm Error: You may want to run yum clean or remove the file: /var/cache/yum/update/packages/php-mysql-4.3.2-11.ent.i386.rpm Error: You may also check that you have the correct GPG keys installed
This has not happened to me on other distributions. How do I get the correct GOG key and install it? --
--
akonstam@trinity.edu wrote:
When I try : yum -y update I get the error: Error: Could not find the GPG Key necessary to validate pkg /var/cache/yum/update/packages/php-mysql-4.3.2-11.ent.i386.rpm Error: You may want to run yum clean or remove the file: /var/cache/yum/update/packages/php-mysql-4.3.2-11.ent.i386.rpm Error: You may also check that you have the correct GPG keys installed
This has not happened to me on other distributions. How do I get the correct GOG key and install it?
Have you imported the GPG key for the centos RPMs? If not try (all on 1 line):
# rpm --import http://mirror.centos.org/centos/3.1/i386/RPM-GPG-KEY-CentOS-3
Mike
--
--