Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/08/2017, à 11:55

berserk

En cas de problème avec le dépôt Google Chrome...

Si vous avez cette erreur :

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com/linux/chrome/deb stable Release: Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 6494C6D6997C215E
W: Impossible de récupérer http://dl.google.com/linux/chrome/deb/dists/stable/Release.gpg  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 6494C6D6997C215E
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

il faut télécharger une nouvelle clé :

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

source : https://sites.google.com/site/easylinux … ry-indexes

Update Manager couldn't download all repository indexes
22. Occasionally, you might get this warning from Update Manager:
Could not download all repository indexes

With this further explanation:
An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
Plus some complaining about a missing public key (NO_PUBKEY).

This might happen occasionally, when a repository maintainer changes the verification key of the repository. This means that you should load a new verification key into your system, otherwise you won't get updates for the packages that you've installed from that repo.

Google has been known to create such "key havoc" for the repository for its web browser Google Chrome. If it's Google that's plaguing you like this for Chrome, you can solve it by downloading a new key like this:

a. Launch a terminal window.
(You can launch a terminal window like this: *Click*)

b. Use copy/paste to transfer the following command line into the terminal (it's one line!):

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Press Enter. When prompted, type your password. Your password will remain entirely invisible, not even dots will show, this is normal. Press Enter again.

That should fix it. At least until the next key change....

Hors ligne