![]() |
update error checking for updates - Release Information Change - 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: update error checking for updates - Release Information Change (/showthread.php?tid=8718) |
update error checking for updates - Release Information Change - vint - 03-15-2023 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 Re: update error checking for updates - Release Information Change - vint - 03-15-2023 I would like to know also if this problem with Mozzila effects the other security updates coming through as well. Re: update error checking for updates - Release Information Change - stevef - 03-15-2023 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: 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: sudo apt-get upgrade Re: update error checking for updates - Release Information Change - vint - 03-15-2023 [member=9039]stevef[/member], Thanks for the info I will apply the terminal command and then let you know how it goes. Re: update error checking for updates - Release Information Change - vint - 03-15-2023 [member=9039]stevef[/member], 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!!! |