Problème :
En exécutant apt update, vous voyez le message d’erreur suivant :
apt_error_no_pubkey_teamviewer.txt
Err:2 https://linux.teamviewer.com/deb stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0Solution
Cette erreur se produit à cause du dépôt teamviewer utilisant la méthode obsolète (à partir d’avril 2022) apt-key d’import de clés.
Vous pouvez importer la clé en utilisant les commandes suivantes :
apt_no_pubkey_fix.sh
wget -q https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc -O- | gpg --dearmor | sudo tee /usr/share/keyrings/teamviewer-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/teamviewer-archive-keyring.gpg] https://linux.teamviewer.com/deb stable main" > /etc/apt/sources.list.d/teamviewer.listet puis en exécutant
apt_update.sh
apt updateà nouveau.
Consultez les articles similaires par catégorie :
Linux
Si cet article vous a aidé, pensez à m'offrir un café ou à faire un don via PayPal pour soutenir la recherche et la publication de nouveaux articles sur TechOverflow