update fails with invalid signature for Ubuntu Extras Archuive Automatic Signing Key

Asked by nacenteno

Ubutnu 12.04
64 bit

Updates fails with the follwing error when using
sudo rm /var/lib/apt/lists/*

Then

sudo apt-get update

W: GPG error: http://extras.ubuntu.com precise Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key <email address hidden>

Let me know how to fix.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
nacenteno
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 16126D3A3E5C1192

Run that command and it will import the key

Revision history for this message
nacenteno (nacenteno) said :
#2

That worked, thanks.