Hello,
I Installed Fedora 38 KDE Plasma spin, and I’m trying to get everything sorted with the fresh install. After installing some codecs, I can’t seem to install Steam from RPMfusion.
First, I went to the RPMfusion configuration page and used their Graphical Setup because it seems to work with kpackagekit. I did this for the Fedora 38 free and nonfree repos.
Next I added the AppStream metadata using the command they provided on the same page:
sudo dnf groupupdate core
and then added all the relevant multimedia stuff too:
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
sudo dnf groupupdate sound-and-video
sudo dnf swap mesa-va-drivers mesa-va-drivers-freeworld
sudo dnf swap mesa-vdpau-drivers mesa-vdpau-drivers-freeworld
Now, somewhere in all that, I think I caused and issue because now when I try to install Steam (Fedora Linux - 1.0.0.76-1.fc38) from Discover I am presented with this error in the GUI:
Internal error: Error running transaction: file /usr/lib64/dri/nouveau_drv_video.so from install of mesa-va-drivers-23.0.3-1.fc38.x86_64 conflicts with file from package mesa-va-drivers-freeworld-23.0.2-1.fc38.x86_64
file /usr/lib64/dri/r600_drv_video.so from install of mesa-va-drivers-23.0.3-1.fc38.x86_64 conflicts with file from package mesa-va-drivers-freeworld-23.0.2-1.fc38.x86_64
file /usr/lib64/dri/radeonsi_drv_video.so from install of mesa-va-drivers-23.0.3-1.fc38.x86_64 conflicts with file from package mesa-va-drivers-freeworld-23.0.2-1.fc38.x86_64
file /usr/lib64/dri/virtio_gpu_drv_video.so from install of mesa-va-drivers-23.0.3-1.fc38.x86_64 conflicts with file from package mesa-va-drivers-freeworld-23.0.2-1.fc38.x86_64
Anyone know what’s going on here? I’ve had issues with Flathub in the past so I wanted to avoid it and just stick to RPMfusion.
For manufacturer-specific RPMfusion dependencies, I only installed the AMD ones because that’s what’s relevant to my machine.
Thank you in advance for any help.