¿Dónde puedo encontrar símbolos de depuración para KDE Discover?

¿Dónde puedo encontrar símbolos de depuración para KDE Discover?

Estoy intentando proporcionar un seguimiento de los fallos repetidos de KDE Discover, pero no puedo encontrar (y mucho menos instalar) los archivos de depuración necesarios.
Intenté encontrar símbolos de depuración para Discover agregando los siguientes repositorios a mis Fuentes de software:

deb http://ddebs.ubuntu.com jammy main restricted universe multiverse
deb http://ddebs.ubuntu.com jammy-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com jammy-security main restricted universe multiverse
deb http://ddebs.ubuntu.com jammy-proposed main restricted universe multiverse

como se recomienda en este hilo:

¿Cómo instalar símbolos de depuración para paquetes instalados?

Sin embargo, luego se me pidió que actualizara el caché, lo que produjo el siguiente mensaje de error:

Could not refresh cache
pk-client-error-quark: E: The repository 'http://ddebs.ubuntu.com jammy-security Release' does not have a Release file.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ddebs.ubuntu.com jammy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C8CAB6595FDFF622
E: The repository 'http://ddebs.ubuntu.com jammy Release' is not signed.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ddebs.ubuntu.com jammy-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C8CAB6595FDFF622
E: The repository 'http://ddebs.ubuntu.com jammy-updates Release' is not signed.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ddebs.ubuntu.com jammy-proposed Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C8CAB6595FDFF622
E: The repository 'http://ddebs.ubuntu.com jammy-proposed Release' is not signed.
 (319)

He realizado el "sudo apt install ubuntu-dbgsym-keyring" recomendado, pero todavía no puedo encontrar ni instalar los símbolos de depuración de Discover para permitir un seguimiento del problema.

Respuesta1

Primero, agregue la clave GPG que falta:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C8CAB6595FDFF622
sudo apt update
intente instalar los símbolos nuevamente.

Respuesta2

Publico esto como respuesta, aunque no lo es, porque es demasiado largo para un comentario.

@Jorge El primer comando anterior produjo:

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.qiNcMjEc9W/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com C8CAB6595FDFF622
gpg: key C8CAB6595FDFF622: "Ubuntu Debug Symbol Archive Automatic Signing Key (2016) <[email protected]>" 2 new signatures

Al ejecutar el segundo comando aparentemente se actualizaron todos los repositorios recién agregados menos uno:

Err:13 http://ddebs.ubuntu.com jammy-security Release     
  404  Not Found [IP: 185.125.190.17 80]
Get:14 http://ddebs.ubuntu.com jammy-proposed Release [40.5 kB]
Reading package lists... Done                                         
E: The repository 'http://ddebs.ubuntu.com jammy-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Sin embargo, todavía no puedo encontrar ningún paquete "dbgsym".

información relacionada