ubuntu 16.10

署名照合中にエラーが発生しました。リポジトリは更新されず、過去のインデックスファイルが使われます。

こんなエラーが、 apt-get update で出てしまった。

解決策は、Ubuntu日本語フォーラム の記事 https://forums.ubuntulinux.jp/viewtopic.php?id=13884 から、

http://askubuntu.com/questions/127326/how-to-fix-missing-gpg-keys-ubuntu-12-04

Answers

first enter the following command in the terminal

sudo rm /var/lib/apt/lists/* -vf

then update your system by entering the following command in the terminal

sudo apt-get update && sudo apt-get upgrade

after this there should be no errors and everything should work fine.