This is on RHEL and CentOS distros. If you want to install packages without checking the GPG key (hope you know why you are doing this!!), here is the command line option
sudo yum install package_to_install –nogpgcheck
HOW TO : Install RPM packages without checking gpg key
This is on RHEL and CentOS distros. If you want to install packages without checking the GPG key (hope you know why you are doing this!!),...