#316915 [libapt-pkg] Suggests running apt-get update as a solution to any error

Package:
apt
Source:
apt
Description:
commandline package manager
Submitter:
Harald Dunkel
Date:
2021-01-31 06:33:04 UTC
Severity:
normal
#316915#5
Date:
2005-07-04 19:04:01 UTC
From:
To:
Recently there was a problem with the signatures for amd64:


# apt-get update
:
:
Get:4 http://amd64.debian.net unstable Release.gpg [189B]
:
:
Fetched 3683kB in 31s (118kB/s)
Reading package lists... Done
W: GPG error: http://amd64.debian.net unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E415B2B4B5F5BBED
W: You may want to run apt-get update to correct these problems
#


Running yet another update doesn't help at all. AFAIK the
real solution is to grab a new key somewhere and install it
using apt-key.


Regards

Harri

#316915#10
Date:
2005-08-02 20:21:18 UTC
From:
To:
retitle 316915 [libapt-pkg] Suggests running apt-get update as a solution to any error
thanks

Yep.  As the code says...

   /* This sux, remove it someday */
   if (_error->empty() == false)
      _error->Warning(_("You may want to run apt-get update to correct these
problems"));

#316915#17
Date:
2013-07-14 06:49:34 UTC
From:
To:
Is this still an issue? If not, then please close.

Thanx
Harri