Failed to start libvirt legacy monolithic daemon

I didn’t update my system for a while bcz it had the following error

:: ruby-3.2.4-1 and ruby-abbrev-0.1.0-4 are in conflict. Remove ruby-abbrev? [y/N] n error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: ruby-3.2.4-1 and ruby-abbrev-0.1.0-4 are in conflict

So I removed it

sudo -R ruby-abbrev

Then tried again to update

sudo pacman -Syu The icu and libdisplay package have conflicts and this error occurred : Synchronizing package databases… endeavouros is up to date core is up to date extra is up to date multilib is up to date :: Starting full system upgrade… :: Replace dbus-python with extra/python-dbus? [Y/n] resolving dependencies… looking for conflicting packages… error: failed to prepare transaction (could not satisfy dependencies) :: installing icu (75.1-1) breaks dependency ‘libicui18n.so=74-64’ required by electron25 :: installing icu (75.1-1) breaks dependency ‘libicuuc.so=74-64’ required by electron25 :: installing libdisplay-info (0.2.0-1) breaks dependency ‘libdisplay-info.so=1-64’ required by hyprland-git

i chagpted the error it gave me this option

sudo pacman -Syu --ignore icu,libdisplay-info This ignore icu and libdiaplay package and update every other one

A reboot was required so after the reboot ,this error popped shown above screen

The advice you followed has resulted in a partial upgrade. Partial upgrades can cause problems which are difficult to troubleshoot or fix and should be avoided at all costs.

To resolve this, you should remove electron25–not ignore icu.

sudo pacman -R electron25

Try switching from hyprland-git to hyprland while upgrading.

sudo pacman -Syu hyprland
1 Like

yeah, in tty4 v-terminal i tried removing electron25 and hyprland-git
but below error occured

error while loading shared libraries: libicuuc.so.75: cannot open shared object file: no such file or directory

then i followed the instructions in article

used pacman-static (steps to install are in above link) to remove hyprland-git and electron25

@BluishHumility thanks for the help!!!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.