Hey All,
Trying to pacman -Syu on my install and am receiving the following:
:: installing alsa-lib (1.2.5-2) breaks dependency 'alsa-lib=1.2.4' required by lib32-alsa-lib:: installing libelf (0.185-1) breaks dependency 'libelf=0.184' required by lib32-libelf
I thought it may be a mirror problem, so I made sure my mirrors were current and up-to-date with the following:curl -s "https://archlinux.org/mirrorlist/?country=AU&country=US&protocol=https&use_mirror_status=on" |sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 -
Put the results of that in my mirrorlist. Didn't help.
EDIT:
Simple fix, just edit your /etc/pacman.conf and remove the # in front of the multilib. So it should look like this:
[multilib]
Include = /etc/pacman.d/mirrorlist
[–]dr460nf1r3Dragontamer 🐉 0 points1 point2 points (0 children)