I can’t run steam in a flatpak due to a number of problems (eg not being able to detect certain racing wheels ingame), so I’m trying to install it using rpm-ostree install steam
I’m running into a dependency issue due to 32bit vs 64bit libs, I think? Whats the correct way to get this installed?
╰❯ rpm-ostree install steam
Checking out tree edd4bf5... done
Enabled rpm-md repositories: updates fedora rpmfusion-free-updates rpmfusion-free rpmfusion-nonfree-updates rpmfusion-nonfree copr:copr.fedorainfracloud.org:wezfurlong:wezterm-nightly rpmfusion-nonfree-nvidia-driver copr:copr.fedorainfracloud.org:phracek:PyCharm google-chrome rpmfusion-nonfree-steam updates-archive
Importing rpm-md... done
rpm-md repo 'updates' (cached); generated: 2025-02-16T01:16:09Z solvables: 20759
rpm-md repo 'fedora' (cached); generated: 2024-10-24T13:55:59Z solvables: 76624
rpm-md repo 'rpmfusion-free-updates' (cached); generated: 2025-02-14T11:30:05Z solvables: 81
rpm-md repo 'rpmfusion-free' (cached); generated: 2024-10-27T07:49:25Z solvables: 347
rpm-md repo 'rpmfusion-nonfree-updates' (cached); generated: 2025-02-14T12:14:24Z solvables: 53
rpm-md repo 'rpmfusion-nonfree' (cached); generated: 2024-10-27T07:58:23Z solvables: 218
rpm-md repo 'copr:copr.fedorainfracloud.org:wezfurlong:wezterm-nightly' (cached); generated: 2025-02-15T11:04:25Z solvables: 6
rpm-md repo 'rpmfusion-nonfree-nvidia-driver' (cached); generated: 2025-02-10T18:30:32Z solvables: 17
rpm-md repo 'copr:copr.fedorainfracloud.org:phracek:PyCharm' (cached); generated: 2024-12-16T12:28:59Z solvables: 10
rpm-md repo 'google-chrome' (cached); generated: 2025-02-15T08:21:03Z solvables: 4
rpm-md repo 'rpmfusion-nonfree-steam' (cached); generated: 2025-02-06T20:28:34Z solvables: 2
rpm-md repo 'updates-archive' (cached); generated: 2025-02-16T01:45:56Z solvables: 31800
Resolving dependencies... done
error: Could not depsolve transaction; 1 problem detected:
Problem: conflicting requests
- package steam-1.0.0.82-1.fc41.i686 from rpmfusion-nonfree-updates requires libva(x86-32), but none of the providers can be installed
- package steam-1.0.0.81-1.fc41.i686 from rpmfusion-nonfree requires libva(x86-32), but none of the providers can be installed
- package steam-1.0.0.82-1.fc41.i686 from rpmfusion-nonfree-steam requires libva(x86-32), but none of the providers can be installed
- libva-2.22.0-3.fc41.i686 from fedora does not belong to a distupgrade repository
- cannot install both libva-2.22.0-3.fc41.x86_64 from fedora and libva-1:2.22.0-1.fc41.x86_64 from @System
rpm-ostree status
… I tried to install libva.i686, hence the other deployment in the list, but the next attempt to install steam resulted in a similar dep error with pipewire so I figured Id rollback:
╰❯ rpm-ostree status
State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx-nvidia:stable
Digest: sha256:166cc918a4f22341a76f4cf2fb60265945617578deb3f5222a27c49858b7f571
Version: 41.20250216 (2025-02-16T18:57:37Z)
LayeredPackages: discord wezterm
LocalPackages: rpmfusion-free-release-41-1.noarch
rpmfusion-nonfree-release-41-1.noarch
ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx-nvidia:stable
Digest: sha256:166cc918a4f22341a76f4cf2fb60265945617578deb3f5222a27c49858b7f571
Version: 41.20250216 (2025-02-16T18:57:37Z)
LayeredPackages: discord libva.i686 wezterm
LocalPackages: rpmfusion-free-release-41-1.noarch
rpmfusion-nonfree-release-41-1.noarch