把archlinuxcn的源加入后更新出现:
错误:无法从Server=https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch获取'archlinuxcn.db'
错误:无法升级archlinuxcn(下载数据库出错)
错误:未能成功同步所有数据库
解决办法:
sudo vim /etc/pacman.conf
找到
[custom]
#SigLevel = Optional TrustAll
#Server = file://home/custompkgs
把#SigLevel = Optional TrustAll前的 # 删掉
再
sudo pacman -S archlinuxcn-keyring
成功!