apt-Fehler beheben: NO_PUBKEY 458CA832957F5868
Problem:
Beim Ausführen von apt update wird die folgende Fehlermeldung angezeigt:
apt_error_no_pubkey_tailscale.txt
Err:27 https://pkgs.tailscale.com/stable/ubuntu jammy InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 458CA832957F5868Lösung
Dieser Fehler tritt auf, weil das Tailscale-Repo die veraltete (Stand April 2022) apt-key-Methode zum Importieren von Schlüsseln verwendet.
Sie können den Schlüssel importieren, indem Sie das Tailscale-Repo einfach erneut installieren (diese Befehle sind auf der offiziellen Tailscale-Installationsseite aufgeführt):
install_tailscale_keyring.sh
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.listund führen Sie dann
apt_update.sh
apt updateerneut aus.
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow