How to solve error when update?

this error appears when try update

Could not depsolve transaction; 2 problems detected:
Problem 1: conflicting requests

  • nothing provides system-release(42) needed by rpmfusion-nonfree-release-42-1.noarch from @commandline
    Problem 2: conflicting requests
  • nothing provides system-release(42) needed by rpmfusion-free-release-42-1.noarch from @commandline

Hi JN,

This means that rpmfusion has not yet released new versions for F43 yet. Not a big problem as you can proceed with the F42=>F43 and then check rpmfusion for updates and fix when they become available.

1 Like

RPMFusion has published repositories for Fedora 43 for a while now, this shouldn’t be a problem. The error message in the post above looks like rpmfusion-free-release is installed but the rpmfusion-free repo is disabled, which could cause this issue.

2 Likes

If you’re using Silverblue, run the following command, reboot, and then try upgrading again.

rpm-ostree update --uninstall rpmfusion-free-release --uninstall rpmfusion-nonfree-release --install rpmfusion-free-release --install rpmfusion-nonfree-release
3 Likes

Pretty annoying if command line is mandatory to fix this.

1 Like