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
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
Powered by WordPress