0

I am getting the below error when I try to run the command sudo apt-get update:

E: GPG error: http://extras.ubuntu.com quantal Release: The following signatures were invalid: NODATA 1 NODATA 2

Search all forums and tried all sorts of possible solution like clean, update, but nothing seems to help. Can anyone help ? I'm stuck.

Radu Rădeanu
  • 169,590
bhargav
  • 3
  • 1

1 Answers1

0

Try this command in a terminal:

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

This will remove GPG error. After you can run your update:

sudo apt-get update

Also, you can try this answer: https://askubuntu.com/a/15574/147044.

Radu Rădeanu
  • 169,590