Linux Lite Forums

Software - Support => Updates => Topic started by: vint on March 14, 2023, 10:29:03 PM

Title: update error checking for updates - Release Information Change
Post by: vint on March 14, 2023, 10:29:03 PM
Howdy folks,
Can anyone explain what is happening with updates, this has been coming up all day.  Running LL 5.8 and I would appreciate the help.
===========================
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://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://repo.linuxliteos.com/linuxlite emerald InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:6 http://archive.canonical.com/ubuntu focal InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu focal-security InRelease
Get:8 http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu focal InRelease [17.6 kB]
Reading package lists...
E: Repository 'http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu focal InRelease' changed its 'Label' value from 'PPA for Ubuntu Mozilla Security Team' to 'Staging PPA for Ubuntu Security builds of Mozilla components'
 
Thanks
Title: Re: update error checking for updates - Release Information Change
Post by: vint on March 14, 2023, 11:11:31 PM
I would like to know also if this problem with Mozzila effects the other security updates coming through as well.
Title: Re: update error checking for updates - Release Information Change
Post by: stevef on March 15, 2023, 02:15:51 AM
The message indicates that the Mozilla PPA repository has changed some of the release information on the package.  In this case, only the Mozilla package is reporting an issue, but the issue is preventing the update/upgrade process completing.

The update/upgrade process requires indication from the system user that these Mozilla PPA changes are OK.  To indicate acceptance of the release information change, run this command from a terminal.

Code: [Select]
sudo apt-get --allow-releaseinfo-change update
This allows the update process to continue.  Once the update process is done, complete the upgrade with

Code: [Select]
sudo apt-get upgrade
Title: Re: update error checking for updates - Release Information Change
Post by: vint on March 15, 2023, 09:47:51 AM
@stevef,
Thanks for the info I will apply the terminal command and then let you know how it goes.
Title: Re: update error checking for updates - Release Information Change
Post by: vint on March 15, 2023, 10:00:55 AM
@stevef,
That worked, thanks for the help and it would be great if there were a cheat sheet with terminal codes when we get into these situations.

Have a great day!!!