"The following signatures were invalid: BADSIG 16126D3A3E5C1192"

apt
8,949

open a terminal and type:

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

i.e. paste using SHIFT + INS the number you have copied - 16126D3A3E5C1192

You'll have to enter your password, the key will be downloaded and integrated.

Share:
8,949

Related videos on Youtube

Junchao Gu
Author by

Junchao Gu

Updated on September 18, 2022

Comments

  • Junchao Gu
    Junchao Gu over 1 year

    I am new to ubuntu and I just installed it. when I tried to install git using "apt-get install git" I received error with "unable to connect". Then I found this question and did as what the question said. I installed git without any problem(I also installed vim and postgresql, no problem). But I received the following the error when I do "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 protected]>
    

    Then I replaced the sources.list with the original one--the previous one when I had problem using apt-get install. and the strange thing is that I can use apt-get install(all i did was just stop using the list file and used another one and then revert to the original one and the original one suddenly works for install) I still have the same error with update.

    so what was wrong previously? why did I receive error now?

  • Junchao Gu
    Junchao Gu over 10 years
    can you explain this a little bit more?
  • kasperd
    kasperd over 9 years
    I have been using Ubuntu for years, and I have never had to manually install signing keys in order to run apt-get update. Also the error message is not indicating that the public key is missing but rather that the signature is bad.