I cant install packages

i entered the following command in the terminal:

sudo pacman -S qemu libvirt ovmf virt-manager

and i am getting this output:

[s1vde@s1vde ~]$ sudo pacman -S qemu libvirt ovmf virt-manager
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
 core is up to date
error: failed retrieving file 'extra.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
 extra is up to date
error: failed retrieving file 'community.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
 community is up to date
error: failed retrieving file 'multilib.db' from mirrors.shuosc.org : Could not resolve host: mirrors.shuosc.org
 multilib is up to date
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (68.2-1) breaks dependency 'icu<67.2' required by manjaro-settings-manager
:: installing icu (68.2-1) breaks dependency 'libicui18n.so=67-64' required by mpd
:: installing icu (68.2-1) breaks dependency 'libicuuc.so=67-64' required by mpd
:: installing icu (68.2-1) breaks dependency 'libicudata.so=67-64' required by raptor
:: installing icu (68.2-1) breaks dependency 'libicui18n.so=67-64' required by raptor
:: installing icu (68.2-1) breaks dependency 'libicuuc.so=67-64' required by raptor
:: installing icu (68.2-1) breaks dependency 'libicui18n.so=67-64' required by thunderbird
:: installing icu (68.2-1) breaks dependency 'libicuuc.so=67-64' required by thunderbird

I can install virt-manager but not the other packages…

Update first, then install stuff.

sudo pacman-mirrors -f5 && sudo pacman -Syyu

2 Likes

Thank you, that solved my issue.

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