Il 20/05/20 09:54, Steffen Grunewald ha scritto:
On Wed, 2020-05-20 at 09:52:51 +0200, Mick Bert wrote:
I am trying to update debian in my iBook G4 since a very long time, but the
"apt update" command fails due to mising public key for signature checking.
Extract the key ID from the error message, fetch the key (using gpg
--recv-keys),
then a
The key ID is the following 'NO_PUBKEY 84C573CD4E1AFD6C'
but the command 'gpg --recv-key 84C573CD4E1AFD6C' fails with a "general
error". Anyway...
Il 20/05/20 09:54, John Paul Adrian Glaubitz ha scritto:
Try this as root:
# wget
http://ftp.ports.debian.org/debian-ports/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2019.11.05_all.deb
# dpkg -i debian-ports-archive-keyring_2019.11.05_all.deb
This seems to work. Now the long process of "apt-get dist-upgrade" is in
course.
Thanks all
--
Mick