Normally I clean the pacman cache in these situations with
sudo pacman -Scc
But that was not enough so I had a look at the /home cache.
This is done like this:
sudo du -sh ~/.cache/
..and it was 1.5 GB!!!
So time to remove it then:
Code: Select all
rm -rf ~/.cache/*
And after that my beloved pacman -Syu worked like a charm and upgraded the system.