Linux Lite Forums
LL5.6 Updates Quit Working - 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: LL5.6 Updates Quit Working (/showthread.php?tid=8007)



LL5.6 Updates Quit Working - Planorez - 11-15-2021

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/ and paste the log below into a new or existing thread for assistance.

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

Hit:1 http://repo.linuxliteos.com/linuxlite emerald InRelease
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:3 http://apt.keepsolid.com/ubuntu focal InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:7 http://archive.canonical.com/ubuntu focal InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Get:9 https://packages.microsoft.com/repos/edge stable InRelease [7,343 B]
Err:9 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 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 stable InRelease' is not signed.

Thanks for your help.


Re: LL5.6 Updates Quit Working - Valtam - 11-16-2021

How did you originally download Microsoft Edge?


Re: LL5.6 Updates Quit Working - Valtam - 11-16-2021

Possible fix:

Code:
curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -



Re: LL5.6 Updates Quit Working - Larry Stehno - 11-16-2021

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.


Re: LL5.6 Updates Quit Working - Larry Stehno - 11-16-2021

I ran the script you recommend and it fixed my update problem.  Thanks