KDE Discoverのデバッグシンボルはどこにありますか?

KDE Discoverのデバッグシンボルはどこにありますか?

KDE Discover の繰り返し発生するクラッシュのバックトレースを提供しようとしていますが、必要なデバッグ ファイルが見つかりません (インストールもできません)。
次のリポジトリをソフトウェア ソースに追加して、Discover のデバッグ シンボルを見つけようとしました。

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

このスレッドで推奨されているように:

インストールされたパッケージのデバッグ シンボルをインストールするにはどうすればよいでしょうか?

しかし、その後キャッシュを更新するように求められ、次のエラー メッセージが表示されました。

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)

推奨されている「sudo apt install ubuntu-dbgsym-keyring」を実行しましたが、問題のバックトレースを有効にするために Discover デバッグ シンボルを見つけたりインストールしたりできません。

答え1

まず、不足している GPG キーを追加します。
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C8CAB6595FDFF622
sudo apt update
シンボルを再度インストールしてみてください。

答え2

コメントするには長すぎるため、回答ではありませんが、回答として投稿します。

@ジョージ 上記の最初のコマンドの結果は次のようになりました:

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

2 番目のコマンドを実行すると、新しく追加されたリポジトリがすべて更新されましたが、1 つだけ更新されました。

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.

しかし、まだ「dbgsym」パッケージが見つかりません。

関連情報