今天在使用:

sudo apt-get update

出现了下面的错误:

W: An error occurred during the signature verification. The repository 
is not updated and the previous index files will be used

解决方法

sudo apt-get clean  
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

参考文献

[1].ubuntu下error occurred during the signature verification 解决办法​