Quote
# pacman -Rsn package-query yaourt# pacman -Syyu# pacman-db-upgradeAlso, the update provides a new pacman mirrorlist so you may want to run rank-mirrors again:
# cd /etc/pacman.d# cp mirrorlist mirrorlist.backup# nano mirrorlist.pacnewUncomment out all of the mirrors in your specific country, and then save/exit nano.Then run:
# rankmirrrors -n 7 mirrorlist.pacnew > mirrorlistThis will choose the 7 fastest mirrors for you to use.Next run this command to reload your mirrorlist and start the upgrade:
# pacman -SyyuThen everything should be fixed for you.













