Clear Pacman Cahce

# Delete old packages from cache
sudo pacman -Sc
# Delete everything from cache
sudo pacman -Scc
David