View Issue Details

IDProjectCategoryView StatusLast Update
0005590SOGoSOPEpublic2022-08-26 13:43
Reportermaxycay Assigned Tosebastien  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
PlatformLinuxOSUbuntuOS Version18.04.4
Product Version5.7.1 
Summary0005590: NO_PUBKEY https://packages.sogo.nu/nightly/5/ubuntu
Description

Hi guys!
I cannot get an update. Getting GPG public key error:

Hit:1 http://ru.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://ru.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://ru.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://ru.archive.ubuntu.com/ubuntu focal-security InRelease
Get:5 https://packages.sogo.nu/nightly/5/ubuntu focal InRelease [3,218 B]
Err:5 https://packages.sogo.nu/nightly/5/ubuntu focal InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ***KEY***
Fetched 3,218 B in 1s (3,448 B/s)
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sogo.nu/nightly/5/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ***KEY***
W: Failed to fetch https://packages.inverse.ca/SOGo/nightly/5/ubuntu/dists/focal/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ***KEY***
W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Invalid operation dist-upgrate

I also tried adding the key manually

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ***KEY***

Where is the mistake? How to fix it?

Tagsgpg, pubkey, sogo, ubuntu

Activities

sebastien

sebastien

2022-08-26 09:59

administrator   ~0016188

Last edited: 2022-08-26 09:59

Did you add GPG keys according to documentation ?

sudo wget -O- 'http://pgp.mit.edu/pks/lookup?op=get&search=0xCB2D3A2AA0030E2C' | sudo gpg --dearmor | sudo apt-key add -
sudo wget -O- 'https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9' | sudo gpg --dearmor | sudo apt-key add -
sudo apt-get update
maxycay

maxycay

2022-08-26 10:47

reporter   ~0016189

Many thanks!!!!

Issue History

Date Modified Username Field Change
2022-08-26 07:48 maxycay New Issue
2022-08-26 07:48 maxycay Tag Attached: gpg
2022-08-26 07:48 maxycay Tag Attached: pubkey
2022-08-26 07:48 maxycay Tag Attached: sogo
2022-08-26 07:48 maxycay Tag Attached: ubuntu
2022-08-26 09:59 sebastien Note Added: 0016188
2022-08-26 09:59 sebastien Note Edited: 0016188
2022-08-26 10:47 maxycay Note Added: 0016189
2022-08-26 13:43 sebastien Assigned To => sebastien
2022-08-26 13:43 sebastien Status new => assigned
2022-08-26 13:43 sebastien Status assigned => closed
2022-08-26 13:43 sebastien Resolution open => no change required