Re: Failed to commit transaction - libudev exists in both lib32-systemd & lib32-udev
Reply #1 –
You shouldn't have lib32-systemd installed. You haven't provided enough info but one of 'lib32-systemd' and 'lib32-udev' blocking the other.
If you play games and need 32 bit libraries you want lib32-udev
if lib32-systemd is installed:
pacman -Rdd lib32-systemd
pacman -Syu lib32-udev
Make sure mutlilib is below lib32 in /etc/pacman.conf.
There used to be a package lib32-artix-archlinux-support which should / would have prevented this.
Maybe there's another mechanism now I'm unaware of ?