> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# HOW TO : Install RPM packages without checking gpg key
- URL: https://kudithipudi.org/how-to-install-rpm-packages-without-checking-pgp-key/
- Published: 2012-04-16T22:07:58.000Z
- Updated: 2012-04-16T22:07:58.000Z
- Description: 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!!),...
- Author: admin
- Tags: HOWTO, Linux, Uncategorized, #wp, #wp-post, #Import 2026-08-23 02:32

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
```