Troubleshoot Ubuntu system GPG signature validation error without public key

Source: Internet
Author: User
Keywords UBUNTU GPG Signature Verification
Tags .net apt download error export html http import

See similar: W:GPG Signature validation error: Http://ppa.launchpad.net karmic 920.html ">release: The following signatures cannot be validated because there is no public key: No_pubkey 27f5b2c1b3eac8d9

Workaround:

Download key:
GPG--keyserver subkeys.pgp.net--recv ********
Import Key:
GPG--export--armor ******** | sudo apt-key add-
Note: * Number refers to the eight digits of the key, or all
sudo apt update

GPG--keyserver wwwkeys.pgp.net--recv b3eac8d9
GPG--export--armor b3eac8d9 | sudo apt-key add-
sudo apt update

GPG--keyserver subkeys.pgp.net--recv b3eac8d9
GPG--export--armor b3eac8d9 | sudo apt-key add-
sudo apt update

Fix Ubuntu Update Badsig 40976eaf437d05b5

Repair method:

Code:

sudo apt clean
Cd/var/lib/apt
sudo mv lists Lists.old
sudo mkdir-p lists/partial
CD ~
sudo apt clean
sudo apt update

The above method is not good can try the following this

Code:

sudo aptitude-o acquire::http::no-cache=true-o acquire::brokenproxy=true update

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.