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]
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]
Small typo correction
sudo yum install package_to_install –nogpgcheck
Thx Jeeva.. corrected it.