![]() |
Install update errors, Install update, update - Chrome NO_PUBKEY - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.linuxliteos.com/forums/forumdisplay.php?fid=46) +--- Thread: Install update errors, Install update, update - Chrome NO_PUBKEY (/showthread.php?tid=9084) |
Install update errors, Install update, update - Chrome NO_PUBKEY - MarioPiet - 03-16-2024 Hello, someone can help me? Tks ![]() =========================== Install Updates Error log =========================== Install Updates could not fetch the package cache information lists. ============ Log =========== Trovato:1 http://archive.canonical.com/ubuntu jammy InRelease Scaricamento di:2 https://dl.google.com/linux/chrome/deb stable InRelease [1.825 B] Trovato:3 http://us.archive.ubuntu.com/ubuntu jammy InRelease Trovato:4 http://security.ubuntu.com/ubuntu jammy-security InRelease Trovato:5 http://repo.linuxliteos.com/linuxlite fluorite InRelease Trovato:6 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease Trovato:7 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease Errore:2 https://dl.google.com/linux/chrome/deb stable InRelease Le seguenti firme non sono state verificate perché la chiave pubblica non è disponibile: NO_PUBKEY E88979FB9B30ACF2 Lettura elenco dei pacchetti... W: Errore GPG: https://dl.google.com/linux/chrome/deb stable InRelease: Le seguenti firme non sono state verificate perché la chiave pubblica non è disponibile: NO_PUBKEY E88979FB9B30ACF2 E: Il repository "https://dl.google.com/linux/chrome/deb stable InRelease" non è firmato. Re: Install update errors, Install update, update - Chrome NO_PUBKEY - stevef - 03-16-2024 This indicates that a software signing key for chrome may be missing from your system. This is stopping your update/upgrade from working. To help diagnose the problem, please can you open a terminal - by pressing Ctrl Alt and T together. In the terminal window type or paste in this command followed by Enter. Code: ls -la /etc/apt/trusted.gpg.d/ Copy the output and paste it back here. Re: Install update errors, Install update, update - Chrome NO_PUBKEY - MarioPiet - 03-16-2024 (03-16-2024, 07:29 AM)stevef link Wrote: This indicates that a software signing key for chrome may be missing from your system. This is stopping your update/upgrade from working. This is the result: linuxlite ~ ls -la /etc/apt/trusted.gpg.d/ totale 32 drwxr-xr-x 2 root root 4096 mar 16 08:54 . drwxr-xr-x 8 root root 4096 mag 30 2022 .. -rw-r--r-- 1 root root 9444 mar 16 08:56 google-chrome.gpg -rw-r--r-- 1 root root 0 gen 8 2023 skypeforlinux.gpg -rw-r--r-- 1 root root 0 gen 8 2023 teamviewer.gpg -rw-r--r-- 1 root root 1203 feb 23 2020 trusted.gpg -rw-r--r-- 1 root root 2794 mar 27 2021 ubuntu-keyring-2012-cdimage.gpg -rw-r--r-- 1 root root 1733 mar 27 2021 ubuntu-keyring-2018-archive.gpg linuxlite ~ ^C tks for your helping Re: Install update errors, Install update, update - Chrome NO_PUBKEY - stevef - 03-16-2024 Thank you. Can you try the update/upgrade process again and report what happens this time. |