Need help updating

Recently I got a warning from Marvel Rivals regarding my GPU drivers version. Googling a little brought up the command just update but while updating I got the following errors:
System
- nothing provides wine-cms(x86-32) = 10.0-0.6rc3.fc41 needed by wine-10.0-0.6rc3.fc41.x86_64 from updates-archive
- nothing provides wine-core(x86-32) = 10.0-0.6rc3.fc41 needed by wine-10.0-0.6rc3.fc41.x86_64 from updates-archive
System update failed:
0: Command failed: `/usr/bin/rpm-ostree upgrade`
1: `/usr/bin/rpm-ostree` failed: exit status: 1

Location:
src/steps/os/linux.rs:228
System
- nothing provides wine-cms(x86-32) = 10.0-0.6rc3.fc41 needed by wine-10.0-0.6rc3.fc41.x86_64 from updates-archive
- nothing provides wine-core(x86-32) = 10.0-0.6rc3.fc41 needed by wine-10.0-0.6rc3.fc41.x86_64 from updates-archive
System update failed:
0: Command failed: `/usr/bin/rpm-ostree upgrade`
1: `/usr/bin/rpm-ostree` failed: exit status: 1

Location:
src/steps/os/linux.rs:228
Is there something I need to configure?
4 Replies
termdisc
termdisc2mo ago
can you provide the full output of rpm-ostree status? also, you can disregard any Rivals warnings about the GPU more recent Proton versions bypass that
Dallian
DallianOP2mo ago
tate: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
Digest: sha256:97a64879d8910a05b0f3a1a976762ba6bffb30e963252aab2acd6f09cb7139c0
Version: 41.20250301 (2025-03-01T07:50:40Z)
LayeredPackages: mesa-demos qt6pas wine
LocalPackages: expressvpn-3.78.0.0-1.x86_64 PureRef-2.0.3-1.x86_64 XPPenLinux-3.4.9-1.el7.x86_64

ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
Digest: sha256:6c25d7127a9ab176101063976f00cc29c7504578cbf662ddfef4337777d3b773
Version: 41.20250203 (2025-02-03T05:06:11Z)
LayeredPackages: mesa-demos qt6pas wine
LocalPackages: expressvpn-3.78.0.0-1.x86_64 PureRef-2.0.3-1.x86_64 XPPenLinux-3.4.9-1.el7.x86_64
tate: idle
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
Digest: sha256:97a64879d8910a05b0f3a1a976762ba6bffb30e963252aab2acd6f09cb7139c0
Version: 41.20250301 (2025-03-01T07:50:40Z)
LayeredPackages: mesa-demos qt6pas wine
LocalPackages: expressvpn-3.78.0.0-1.x86_64 PureRef-2.0.3-1.x86_64 XPPenLinux-3.4.9-1.el7.x86_64

ostree-image-signed:docker://ghcr.io/ublue-os/bazzite:stable
Digest: sha256:6c25d7127a9ab176101063976f00cc29c7504578cbf662ddfef4337777d3b773
Version: 41.20250203 (2025-02-03T05:06:11Z)
LayeredPackages: mesa-demos qt6pas wine
LocalPackages: expressvpn-3.78.0.0-1.x86_64 PureRef-2.0.3-1.x86_64 XPPenLinux-3.4.9-1.el7.x86_64
HikariKnight
HikariKnight2mo ago
rpm-ostree remove wine your layers are clashing with updates which is why we discourage layering unless absolutely needed also layering wine is not a good idea as using system level wine is bad practice (yet people still make scripts that use system wine 😭 )
Dallian
DallianOP2mo ago
It worked, thanks

Did you find this page helpful?