Hey everyone! I'm trying to install a package for the Automox patching agent using a curl command, but I keep running into a GPG check error. The specific error states that the public key for the RPM file isn't installed, and it's preventing the installation from going through. I really want to install the public key instead of bypassing the GPG check, since I understand how important it is for security. Can anyone guide me on how to install the public key for the package? I'm running Rocky Linux 9. Any help would be greatly appreciated!
2 Answers
It seems like the repository for the RPM you're trying to install might not have the public key set up correctly. You should check where you're downloading the RPM from and see if they provide instructions on adding the GPG key. Usually, the package provider will have specific steps for this. If not, you might need to consider reaching out to their support to see what the issue is. Good luck!
If you're just looking to bypass the GPG check temporarily, you could use the command 'dnf install --nogpgcheck filename', but I wouldn't recommend making that a permanent solution. It's better to sort out the GPG key issue so your system stays secure.
Is there anything specific we can do ourselves, or should I open a ticket with the vendor?