Re: Mate 1.22.1 looking for libmarco-private.so.1
Reply #2 –
No, what you need is to check the mirrors as this happened when the mirror you are using is out of sync. Note mate packages are still provided by Arch so you need to check for the arch's mirrorlist
Ensure archlinux-mirrorlist is installed and /etc/pacman.conf has arch's repo that pointed to /etc/pacman.d/mirrorlist-arch then check if mirrors used in /etc/pacman.d/mirrorlist-arch are the nearest to your place and up-to-date
Snippe of correctly used pacman.conf. Make you have these on the very below of the file:
#
# ARCHLINUX
#
[testing]
Include = /etc/pacman.d/mirrorlist-arch
[core]
Include = /etc/pacman.d/mirrorlist-arch
[extra]
Include = /etc/pacman.d/mirrorlist-arch
[community-testing]
Include = /etc/pacman.d/mirrorlist-arch
[community]
Include = /etc/pacman.d/mirrorlist-arch
[multilib-testing]
Include = /etc/pacman.d/mirrorlist-arch
[multilib]
Include = /etc/pacman.d/mirrorlist-arch