You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
trying to dnf install fedy, fails with Transaction failed: Signature verification failed.
To Reproduce
Steps to reproduce the behavior:
Open a terminal
su - or sudo su - or just sudo
dnf install fedy
Transaction failed: Signature verification failed.
OpenPGP check for package "fedy-5.0.51-1.fc41.noarch" (/var/cache/libdnf5/copr:copr.fedorainfracloud.org:kwizart:fedy-8f2fd395ea3c7964/packages/fedy-5.0.51-1.fc41.noarch.rpm) from repo "copr:copr.fedorainfracloud.org:kwizart:fedy" has failed: Problem occurred when opening the package.
Expected behavior
It should just be installed
Screenshots
If applicable, add screenshots to help explain your problem.
Version Information:
Please run the following commands in the terminal and provide the output after the colon:
rpm -qi fedy:package fedy is not installed
rpm -E %fedora:41
uname -a:Linux myhostname 6.12.7-200.fc41.x86_64 Use rpmfusion dropbox #1 SMP PREEMPT_DYNAMIC Fri Dec 27 17:05:33 UTC 2024 x86_64 GNU/Linux
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
You might have experienced an issue with copr gpg key been expired if you have upgraded from a previous fedora version.
sudo rpm -e $(rpm -qa gpg-pub* |grep 2da862e5) might fix it
(
Now I'm not sure about why this is still an issue with dnf5 copr, I thought experired gpg keys should be gracefully handled ...)
Describe the bug
trying to dnf install fedy, fails with Transaction failed: Signature verification failed.
To Reproduce
Steps to reproduce the behavior:
OpenPGP check for package "fedy-5.0.51-1.fc41.noarch" (/var/cache/libdnf5/copr:copr.fedorainfracloud.org:kwizart:fedy-8f2fd395ea3c7964/packages/fedy-5.0.51-1.fc41.noarch.rpm) from repo "copr:copr.fedorainfracloud.org:kwizart:fedy" has failed: Problem occurred when opening the package.
Expected behavior
It should just be installed
Screenshots
If applicable, add screenshots to help explain your problem.
Version Information:
Please run the following commands in the terminal and provide the output after the colon:
rpm -qi fedy
:package fedy is not installedrpm -E %fedora
:41uname -a
:Linux myhostname 6.12.7-200.fc41.x86_64 Use rpmfusion dropbox #1 SMP PREEMPT_DYNAMIC Fri Dec 27 17:05:33 UTC 2024 x86_64 GNU/LinuxAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: