Cannot update system

Hello everyone!
I run the command

$ sudo pacman -Syu

to update my pc and here is the result

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: julius: local (4.6-3) is newer than extra (1.7.0-2)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (76.1-1) breaks dependency 'libicui18n.so=75-64' required by electron29
:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by electron29
:: installing flac (1.5.0-1) breaks dependency 'libFLAC.so=12-64' required by electron29
:: installing icu (76.1-1) breaks dependency 'libicui18n.so=75-64' required by electron30
:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by electron30
:: installing flac (1.5.0-1) breaks dependency 'libFLAC.so=12-64' required by electron30

Is there anything I can do? Or are there more information you need?
Thanks for the attention!

sudo pacman -R electron29 electron30
2 Likes

megavolt…

YOU ARE THE BEST!!!
Thank you!

Yes, he is! :+1: :grin:

But the information really is all there in the “error” messages - the two electron versions where the cause and needed to be removed.

1 Like

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