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!!), here is the command line option

[code]sudo yum install package_to_install –nogpgcheck [/code]