Can't Upgrade to Fedora 43

I got this output:

$ LC_ALL=C sudo dnf system-upgrade download --releasever=43
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Package "rpmfusion-nonfree-release-42-1.noarch" is already installed.
Package "rpmfusion-free-release-42-1.noarch" is already installed.
Package "qcom-wwan-firmware-20251021-1.fc42.noarch" is already installed.
Problem 1: wine-dxvk-2.6.2-1.fc42.i686 from @System has inferior architecture
  - wine-dxvk-2.6.2-1.fc42.x86_64 does not belong to a distupgrade repository
  - problem with installed package
 Problem 2: wine-dxvk-d3d10-2.6.2-1.fc42.i686 from @System has inferior architecture
  - wine-dxvk-d3d10-2.6.2-1.fc42.x86_64 does not belong to a distupgrade repository
  - problem with installed package
 Problem 3: wine-dxvk-d3d8-2.6.2-1.fc42.i686 from @System has inferior architecture
  - wine-dxvk-d3d8-2.6.2-1.fc42.x86_64 does not belong to a distupgrade repository
  - problem with installed package
 Problem 4: wine-dxvk-d3d9-2.6.2-1.fc42.i686 from @System has inferior architecture
  - wine-dxvk-d3d9-2.6.2-1.fc42.x86_64 does not belong to a distupgrade repository
  - problem with installed package
 Problem 5: wine-dxvk-dxgi-2.6.2-1.fc42.i686 from @System has inferior architecture
  - wine-dxvk-dxgi-2.6.2-1.fc42.x86_64 does not belong to a distupgrade repository
  - problem with installed package

I also needed to disable VirtualBox repo, because of 404 errors:

 Fedora 43 - x86_64 - VirtualBox                                          100% |  11.6 KiB/s |  27.6 KiB |  00m02s
>>> Status code: 404 for http://download.virtualbox.org/virtualbox/rpm/fedora/43/x86_64/repodata/repomd.xml (IP: 9
>>> Status code: 404 for http://download.virtualbox.org/virtualbox/rpm/fedora/43/x86_64/repodata/repomd.xml (IP: 9
>>> Status code: 404 for http://download.virtualbox.org/virtualbox/rpm/fedora/43/x86_64/repodata/repomd.xml (IP: 9
>>> Status code: 404 for http://download.virtualbox.org/virtualbox/rpm/fedora/43/x86_64/repodata/repomd.xml (IP: 9
>>> Usable URL not found

err, the problems have nothing to do with RPM Fusion.

  1. wine issues, remove wine and reinstall after upgrade
  2. virtualbox.org direct this to the Virtualbox team at Oracle
1 Like

You would not have that issue if VirtualBox package were installed from rpmfusion instead of from the oracle repo. I have VirtualBox from rpmfusion and the upgrade from f42 to f43 went smoothly.

The wine-dxvk*i686 packages can be removed to eliminate those errors. Possibly all the wine-dxvk*x86_64 packages as well if needed.

Thanks for the tip, didn’t know that you can install VirtualBox from RPM Fusion.