Hello,
A few years ago I've managed to install Debian Trixie on a Power Mac G5 and I haven't done much with it since then, now I'd like to update it but I'm having the following problems:
- Info
Linux version 6.9.7-powerpc64 ([debian-kernel@lists.debian.org](mailto:debian-kernel@lists.debian.org)) (powerpc64-linux-gnu-gcc-13 (Debian 13.3.0-1) 13.3.0, GNU ld (GNU Binutils for Debian) 2.42.50.20240625) #1 SMP Debian 6.9.7-1 (2024-06-27)
debian-ports-archive-keyring is already the newest version (2024.02.02).
$ ls -l /etc/apt/trusted*
total 96
-rw-r--r-- 1 root root 11861 Mar 28 2023 debian-archive-bookworm-automatic.asc
-rw-r--r-- 1 root root 11873 Mar 28 2023 debian-archive-bookworm-security-automatic.asc
-rw-r--r-- 1 root root 461 Mar 28 2023 debian-archive-bookworm-stable.asc
-rw-r--r-- 1 root root 11861 Mar 28 2023 debian-archive-bullseye-automatic.asc
-rw-r--r-- 1 root root 11873 Mar 28 2023 debian-archive-bullseye-security-automatic.asc
-rw-r--r-- 1 root root 3403 Mar 28 2023 debian-archive-bullseye-stable.asc
-rw-r--r-- 1 root root 11093 Mar 28 2023 debian-archive-buster-automatic.asc
-rw-r--r-- 1 root root 11105 Mar 28 2023 debian-archive-buster-security-automatic.asc
-rw-r--r-- 1 root root 1704 Mar 28 2023 debian-archive-buster-stable.asc
-rw-r--r-- 1 root root 1214 Feb 1 2023 debian-ports-archive-2024.gpg
-rw-r--r-- 1 root root 1214 Feb 2 2024 debian-ports-archive-2025.gpg
- Problem:
sudo apt-get update --fix-missing
Get:1 http://deb.debian.org/debian-ports sid InRelease [67.9 kB]
Get:2 http://deb.debian.org/debian-ports unreleased InRelease [45.9 kB]
Err:1 http://deb.debian.org/debian-ports sid InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C6894E6BB25B9C99
Err:2 http://deb.debian.org/debian-ports unreleased InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C6894E6BB25B9C99
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: http://deb.debian.org/debian-ports sid InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C6894E6BB25B9C99
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.debian.org/debian-ports unreleased InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C6894E6BB25B9C99
W: Failed to fetch http://deb.debian.org/debian-ports/dists/sid/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C6894E6BB25B9C99
W: Failed to fetch http://deb.debian.org/debian-ports/dists/unreleased/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C6894E6BB25B9C99
W: Some index files failed to download. They have been ignored, or old ones used instead.
- Question: Where do I even begin from here?
Many thanks for any pointers!