Webmin GPC Key fails during usermin update

SYSTEM INFORMATION
OS type and version Oracle Linux 8.8
Webmin version 2.100

I just upgraded to this version of Webmin, when attempting to upgrade usermin, I see this message:

Downloading Packages:
[SKIPPED] perl-File-Path-2.15-2.el8.noarch.rpm: Already downloaded
[SKIPPED] usermin-2.000-1.noarch.rpm: Already downloaded
Webmin - noarch 3.0 MB/s | 3.0 kB 00:00
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webmin-developers (0xFF6ADD85) is already installed The GPG keys listed for the “Webmin - noarch” repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository. Failing package is: usermin-2.000-1.noarch
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webmin-developers
Error: GPG check FAILED

Any help would be appreciated.

Use the following code to reset the Webmin repo and GPG key.

curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh

Once this returns that it has downloaded the setup-repros.sh file, enter the following:

sh setup-repos.sh

This will return three lines of “… done”.
Once finished, you can re-run the package updates.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.