Artix Linux Forum

Artix Linux => Package management => Topic started by: AnasR7 on 11 June 2021, 01:28:36

Title: [SOLVED] install elogind breaks dependency
Post by: AnasR7 on 11 June 2021, 01:28:36
when I just want to update my system. I got a conflict file from elogind

Code: [Select]
error: failed to prepare transaction (could not satisfy dependencies)
:: installing elogind (246.10-4) breaks dependency 'systemd' required by phodav
and this phodav is required by spice-gtk3 and for virt-manager for my project.
how can I solve this?
thanks.

Title: Re: install elogind breaks dependency
Post by: Dudemanguy on 11 June 2021, 01:47:32
You need to reinstall phodav from Artix's repos. pacman -S galaxy/phodav should do it.
Title: Re: install elogind breaks dependency
Post by: AnasR7 on 11 June 2021, 02:09:02
Thanks it's work!