I didn't expect this. schow-pkg creates symlinks to files in /etc/apt/trusted.gpg.d/ in /var/tmp/schow-pkg-1000milomak1000/.trusted.gpg.d/. The line I quoted above is a gpg test (quite similar to the one we did in a previous post but with all the keys) that uses these keys. Do you still have the microsoft-edge.gpg key in /etc/apt/trusted.gpg.d/ ? If so, can you confirm that there is a link to it in /var/tmp/schow-pkg-1000milomak1000/.trusted.gpg.d/Code:
[!] please add proper keyring to “/var/tmp/schow-pkg-1000milomak1000/.trusted.gpg.d/”
Code:
$> realpath -e /var/tmp/schow-pkg-10001000/.trusted.gpg.d/microsoft-edge.gpg && ls -l /var/tmp/schow-pkg-10001000/.trusted.gpg.d/microsoft-edge.gpg
Code:
$> gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/microsoft-edge.gpg --verify /var/lib/apt/lists/packages.microsoft.com_repos_edge_dists_stable_InRelease
Code:
$> read -d '' -ra KRS < <(printf -- '--keyring %s\n' /usr/share/keyrings/*.gpg /etc/apt/trusted.gpg.d/*.gpg | grep -v -- "-removed-keys")$> gpg --no-default-keyring "${KRS[@]}" --verify /var/lib/apt/lists/packages.microsoft.com_repos_edge_dists_stable_InRelease
Statistics: Posted by fabien — 2024-06-16 08:59 — Replies 23 — Views 499