question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Linux] Can't verify GPG signature

See original GitHub issue

Hello,

I can’t verify the Electrum download:

Try 1 (copy ThomasV.asc from github and pasting in local created file ThomasV.asc):


gv  ~  Downloads  gpg --import ThomasV.asc
gpg: key 2BD5824B7F9470E6: "Thomas Voegtlin (https://electrum.org) <thomasv@electrum.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

gv  ~  Downloads  gpg --verify ThomasV.asc electrum-4.0.9-x86_64.AppImage 
gpg: verify signatures failed: Unexpected error

Try 2:

gv  ~  Downloads  gpg --keyserver keys.gnupg.net --recv-keys 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
gpg: key 2BD5824B7F9470E6: 13 duplicate signatures removed
gpg: key 2BD5824B7F9470E6: 388 signatures not checked due to missing keys
gpg: key 2BD5824B7F9470E6: "Thomas Voegtlin (https://electrum.org) <thomasv@electrum.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
gv  ~  Downloads  gpg --verify ThomasV.asc electrum-4.0.9-x86_64.AppImage
gpg: can't open 'ThomasV.asc': No such file or directory
gpg: verify signatures failed: No such file or directory

I can’t verify the download. How can I do this?

Thank you.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SomberNightcommented, Feb 21, 2021

Please see: https://github.com/spesmilo/electrum-docs/blob/master/gpg-check.rst

For example:

$ gpg --verify electrum-4.0.9-x86_64.AppImage.asc electrum-4.0.9-x86_64.AppImage
0reactions
yeru83commented, Mar 29, 2021

Thanks for checking. For some reason it works today. It gives the message “untrusted,” so I marked it as trusted according to the youtube. Yes, on March 11, 2021, I downloaded electrum-4.0.9.dmg.asc (833 bytes) from the electrum downloads page; and that is what I couldn’t get to work. I meant to post this re: MacOS rather than Linux sub.

On Mar 29, 2021, at 9:33 AM, tifDev @.***> wrote:

Have you downloaded the .asc keyfile from electrum downloads page?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/spesmilo/electrum/issues/7057#issuecomment-809109564, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATFLNTMWUHZUWF6BRMEUMFTTGAUONANCNFSM4X7OVFTQ.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Solved] "The following signatures couldn't be verified" Error in ...
Fix GPG error: The following signatures couldn't be verified. The error tells you that your system cannot identify a certain GPG public key...
Read more >
gpg: Can't check signature: No public key - Linux Mint Forums
1. Download the public key, which you've done. ... In that final step, you must first give the signature for the file you...
Read more >
Unable to verify the kernel signature "gpg: Can't check ...
1 Answer 1 · 1. After runing gpg --verify linux-3.18.35. · 2. @GAD3R I'm not sure why that would fix it either... ·...
Read more >
Can't Verify "PGP SIGNED MESSAGE" in Linux - Super User
The final line stating gpg: verify signatures failed: Unexpected error results when gpg --verify encounters non-signature OpenPGP data (the ...
Read more >
[SOLVED] Cannot Verify ISO GPG Says No Public Key ...
I am running this in my Downloads directory, where the iso and signature are both located. From my understanding the --keyserver-options auto- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found