Linux Lite Forums

Software - Support => Updates => Topic started by: Planorez on November 15, 2021, 03:35:01 PM

Title: LL5.6 Updates Quit Working
Post by: Planorez on November 15, 2021, 03:35:01 PM
I have a problem installing updates.  I get an error message with an instruction to go to the Forum for help.  Here  is the data shown in my error window. 

===========================
Install Updates Error log
===========================
Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ (https://www.linuxliteos.com/forums/) and paste the log below into a new or existing thread for assistance.

============ Log ===========

Hit:1 http://repo.linuxliteos.com/linuxlite (http://repo.linuxliteos.com/linuxlite) emerald InRelease
Hit:2 http://security.ubuntu.com/ubuntu (http://security.ubuntu.com/ubuntu) focal-security InRelease
Hit:3 http://apt.keepsolid.com/ubuntu (http://apt.keepsolid.com/ubuntu) focal InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu (http://us.archive.ubuntu.com/ubuntu) focal InRelease
Hit:5 https://dl.google.com/linux/chrome/deb (https://dl.google.com/linux/chrome/deb) stable InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu (http://us.archive.ubuntu.com/ubuntu) focal-updates InRelease
Hit:7 http://archive.canonical.com/ubuntu (http://archive.canonical.com/ubuntu) focal InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu (http://us.archive.ubuntu.com/ubuntu) focal-backports InRelease
Get:9 https://packages.microsoft.com/repos/edge (https://packages.microsoft.com/repos/edge) stable InRelease [7,343 B]
Err:9 https://packages.microsoft.com/repos/edge (https://packages.microsoft.com/repos/edge) stable InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
Reading package lists...
W: GPG error: https://packages.microsoft.com/repos/edge (https://packages.microsoft.com/repos/edge) stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF
E: The repository 'https://packages.microsoft.com/repos/edge (https://packages.microsoft.com/repos/edge) stable InRelease' is not signed.

Thanks for your help.
Title: Re: LL5.6 Updates Quit Working
Post by: Jerry on November 16, 2021, 02:53:22 AM
How did you originally download Microsoft Edge?
Title: Re: LL5.6 Updates Quit Working
Post by: Jerry on November 16, 2021, 02:58:15 AM
Possible fix:

Code: [Select]
curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
Title: Re: LL5.6 Updates Quit Working
Post by: Larry Stehno on November 16, 2021, 03:38:33 PM
Thanks for the script to try.  I installed Microsoft Edge from the Lite Software App download.  I also tried installing Chrome from a Google Chrome website download.  I removed them both after installing because both of them had a problem with display stability.
Title: Re: LL5.6 Updates Quit Working
Post by: Larry Stehno on November 16, 2021, 04:07:41 PM
I ran the script you recommend and it fixed my update problem.  Thanks