Forum de LAPLLA.net
[MINT] update / upgrade / clean / Autoremove - Version imprimable

+- Forum de LAPLLA.net (https://laplla.net/forum)
+-- Forum : Besoin d'aide (https://laplla.net/forum/forum-12.html)
+--- Forum : distribution (https://laplla.net/forum/forum-15.html)
+--- Sujet : [MINT] update / upgrade / clean / Autoremove (/thread-789.html)

Pages : 1 2


RE: [MINT] update / upgrade / clean / Autoremove - fsoulard - 29-07-2021

Erreur lors de la mise à jour d'un PC avec maj-pc :
Code :
Err :4 http://dl.google.com/linux/earth/deb stable InRelease
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 78BD65473CB3BD13

Visiblement causée par Google Earth. Solution :
Code :
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

Source