Linux Lite Forums

Software - Support => Updates => Topic started by: MarioPiet on March 16, 2024, 01:07:23 AM

Title: Install update errors, Install update, update - Chrome NO_PUBKEY
Post by: MarioPiet on March 16, 2024, 01:07:23 AM
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.
Title: Re: Install update errors, Install update, update - Chrome NO_PUBKEY
Post by: stevef on March 16, 2024, 03:29:19 AM
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: [Select]
ls -la /etc/apt/trusted.gpg.d/This will show what keys you have installed in that directory.

Copy the output and paste it back here.
Title: Re: Install update errors, Install update, update - Chrome NO_PUBKEY
Post by: MarioPiet on March 16, 2024, 04:19:06 AM
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: [Select]
ls -la /etc/apt/trusted.gpg.d/This will show what keys you have installed in that directory.

Copy the output and paste it back here.

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
Title: Re: Install update errors, Install update, update - Chrome NO_PUBKEY
Post by: stevef on March 16, 2024, 04:49:13 AM
Thank you.  Can you try the update/upgrade process again and report what happens this time.