During a Linux update in terminal using dnf I received an interesting error.
Package gstreamer1-plugin-openh264-1.20.3-1.fc36.x86_64.rpm is not signed
Package mozilla-openh264-2.3.0-1.fc36.x86_64.rpm is not signed
Package openh264-2.3.0-1.fc36.x86_64.rpm is not signed
Error: GPG check FAILED
There are 2 ways to solve this problem:
- Type in terminal dnf clean all and dnf upgrade --refresh (it worked for me).
- Go to /etc/yum.repos.d and type sudo rm fedora-cisco-openh264.repo if you think you don't need that repo anymore.
