arch linux – Pacman can’t run. Can’t find libicuuc.so.75

I was able to get it resolved. On the ArchWiki there is a link to install pacman-static which doesn’t require any libraries. You can install it with

curl https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/pacman-static --output pacman-static

and then make it executable

chmod +x pacman-static

You then use ./pacman-static the same way you would use pacman

I was able to use this to uninstall electron22 which was causing the conflict with icu and then finish updating my system which resolved everything.

Read more here: Source link