Problem with upgrade Fedora 41 to 43

executing this command:
sudo dnf distro-sync --refresh --allowerasing --releasever=43

I got this error:
Transaction failed: Signature verification failed.
OpenPGP check for package “utf8proc-2.11.3+git.0.e5e7992-1.fc43.x86_64” (/var/cache/libdnf5/copr:copr.fedorainfracloud.org:agriffis:neovim-nightly-f7da4f68050b38bf/packages/utf8proc-2.11.3+git.0.e5e7992-1.fc43.x86_64.rpm) from repo “copr:copr.fedorainfracloud.org:agriffis:neovim-nightly” has failed: Problem occurred when opening the package.

The command you are using is not how an upgrade is performed.

The commands you need to use are documented here - Making sure you're not a bot!

3 Likes

Welcome to Fedora @alvavaro

copr repos deactivate while upgrade is a good idea.

For the openPGP error you might just clean the cache (/var/cache/libdnf5/)

Just in case you will get the errors again.

This would be the correct link for the dnf upgrade with the plugin:
https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/

sudo dnf upgrade --refresh

sudo dnf system-upgrade download --releasever=43

The distro-sync option is explained in the documentation, more down in the “Resolving post-upgrade issues” section

1 Like

Uninstall the neovim package, upgrade, reinstall it afterwards.

2 Likes

Thanks, it worked after removing the package with copr.

But it can work, as described by Upgrading Fedora Linux Online Using Package Manager.

2 Likes