Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL9: unable to install usermin via webmin's repo (setup-repos.sh) #103

Open
defung opened this issue Jul 20, 2023 · 0 comments
Open

RHEL9: unable to install usermin via webmin's repo (setup-repos.sh) #103

defung opened this issue Jul 20, 2023 · 0 comments

Comments

@defung
Copy link

defung commented Jul 20, 2023

Installation of usermin fails with GPG error when installing it from the repo. This can be reproduced in docker, using rockylinux:9.

Steps to reproduce:

  1. Run container:
docker run -it --rm rockylinux:9
  1. Install script dependencies (tput):
dnf install ncurses
  1. Download and run webmin's setup-repos.sh script:
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh
  1. Install usermin:
dnf install usermin

You will get the following error:

GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webmin-developers (0x8916F2A2) 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-1.861-1.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-webmin-developers
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED
@defung defung changed the title RHEL9: unable to install usermin via webmin repo RHEL9: unable to install usermin via webmin's repo (setup-repos.sh) Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant