Bazzite system update failed
When I try to update system from the upper left menu, option "System Update", the update fails with this error:
error: Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests
- package wine-10.4-2.fc42.i686 from updates requires wine-core(x86-32) = 10.4-2.fc42, but none of the providers can be installed
- package wine-10.4-1.fc42.i686 from fedora requires wine-core(x86-32) = 10.4-1.fc42, but none of the providers can be installed
- package wine-10.4-2.fc42.x86_64 from updates requires wine-core(x86-64) = 10.4-2.fc42, but none of the providers can be installed
- package wine-10.4-2.fc42.x86_64 from updates-archive requires wine-core(x86-64) = 10.4-2.fc42, but none of the providers can be installed
- package wine-10.4-1.fc42.x86_64 from fedora requires wine-core(x86-64) = 10.4-1.fc42, but none of the providers can be installed
- package wine-core-10.4-2.fc42.i686 from updates requires mingw32-zlib, but none of the providers can be installed
- package wine-core-10.4-1.fc42.i686 from fedora requires mingw32-zlib, but none of the providers can be installed
- package wine-core-10.4-2.fc42.x86_64 from updates requires mingw64-zlib, but none of the providers can be installed
- package wine-core-10.4-1.fc42.x86_64 from fedora requires mingw64-zlib, but none of the providers can be installed
- package wine-core-10.4-2.fc42.x86_64 from updates-archive requires mingw64-zlib, but none of the providers can be installed
- package mingw32-zlib-1.3.1-4.fc42.noarch from fedora requires mingw32-pkg-config, but none of the providers can be installed
- package mingw32-zlib-1.3.1-4.fc42.noarch from fedora requires mingw32-filesystem >= 95, but none of the providers can be installed
- package mingw64-zlib-1.3.1-4.fc42.noarch from fedora requires mingw64-pkg-config, but none of the providers can be installed
- package mingw64-zlib-1.3.1-4.fc42.noarch from fedora requires mingw64-filesystem >= 95, but none of the providers can be installed
- package mingw32-filesystem-149-1.fc42.noarch from updates requires mingw-filesystem-base = 149-1.fc42, but none of the providers can be installed
- package mingw64-filesystem-149-1.fc42.noarch from updates requires mingw-filesystem-base = 149-1.fc42, but none of the providers can be installed
- package mingw32-filesystem-149-1.fc42.noarch from updates-archive requires mingw-filesystem-base = 149-1.fc42, but none of the providers can be installed
- package mingw64-filesystem-149-1.fc42.noarch from updates-archive requires mingw-filesystem-base = 149-1.fc42, but none of the providers can be installed
- package mingw32-filesystem-148-8.fc42.noarch from fedora requires mingw-filesystem-base = 148-8.fc42, but none of the providers can be installed
- package mingw64-filesystem-148-8.fc42.noarch from fedora requires mingw-filesystem-base = 148-8.fc42, but none of the providers can be installed
- package mingw-filesystem-base-149-1.fc42.noarch from updates requires redhat-rpm-config, but none of the providers can be installed
- package mingw-filesystem-base-148-8.fc42.noarch from fedora requires redhat-rpm-config, but none of the providers can be installed
- package mingw-filesystem-base-149-1.fc42.noarch from updates-archive requires redhat-rpm-config, but none of the providers can be installed
- package glibc-2.41-3.fc42.i686 from @System requires (glibc-gconv-extra(x86-32) = 2.41-3.fc42 if redhat-rpm-config), but none of the providers can be installed
Solution:Jump to solution
rpm-ostree reset
will remove them all and allow you to update if you don't know why any of those are there7 Replies
please run
rpm-ostree status
and post the output here
or alternatively, post everything from running ujust update
in full. out-of-context errors don't inform as to what exactly they're relating tooutput of
rpm-ostree status
:
State: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:stable
Digest: sha256:2a2e9a177dd6b55cf7c41e4a4b5e2299b4ed1c723852e3e44ddbd90b82f05386
Version: 42.20250425 (2025-04-25T16:37:12Z)
LayeredPackages: cargo coolercontrol liquidctl openrazer-daemon rust wine
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:stable
Digest: sha256:0d98c33a37fa9c32de343a46bb909d31a4e2584e49956dc95e0b707655b83ed2
Version: 42.20250421 (2025-04-21T05:05:09Z)
LayeredPackages: cargo coolercontrol liquidctl openrazer-daemon rust wineamong other things, you have wine layered as I had suspected. why do you have wine layered?
i don't know why it is layered, I've never touched any of the update configuration
Solution
rpm-ostree reset
will remove them all and allow you to update if you don't know why any of those are therewine would never be layered in by any bazzite ujust script, so you had to have installed it in at some point
you can run
ujust install-coolercontrol
and ujust install-openrazer
again after updating if you still need themok thanks a lot, i'll try right now