Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Issue Installing Qemu (Read 720 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Issue Installing Qemu

Attempted to install qemu on a fresh encrypted version of Artix running OpenRC. I've installed qemu before so this appears to be a newer issue. I first attempted to install qemu and virt-manager alongside other utilities, but the issue seems to crop down to qemu alone.

Attempt:

sudo pacman -S qemu


Result:

error: failed to commit transaction (conflicting files)
/usr/share/qemu/bios-microvm.bin exists in both 'seabios' and 'qemu'
/usr/share/qemu/vgabios-ati.bin exists in both 'seabios' and 'qemu'
Errors occurred, no packages were upgraded.


This is confusing, the files claim to exist yet I cannot find where they persist. I can't find anything on the web about this issue.

Re: Issue Installing Qemu

Reply #1
That means files in those two packages conflict. However, you are actually downloading the wrong thing. Qemu got split into a bunch of separate packages a a while ago (qemu-base, etc.). Apparently, the old, outdated qemu package is still in the repos and manually needs to be removed. In the meantime, you can just get qemu-desktop which is probably what you want.

Re: Issue Installing Qemu

Reply #2
Oh wow, it's been a long while since this change occured. I didn't realize that I've been installing an old package the entire time. Yikes!

Thank you so much.