Pacman Recovery
Due to issues with pacman updates and the system freezing, logging out etc. it has become necessary to recover from this more than once.
The critical stages are
sudo rm /var/lib/pacman/db.lck
LC_ALL=C pacman -Qkk 2>&1 | grep -v ', 0 altered files' | grep mtree
sudo pacman -Syu <package> --overwrite '*'
After all the errors are gone you can move on and hope this is fixed soon.
Posted
11:57 21-05-2024