![]() |
Error log installing updates. Help please - 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: Error log installing updates. Help please (/showthread.php?tid=8027) |
Error log installing updates. Help please - newtusmaximus - 12-01-2021 =========================== 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://archive.canonical.com/ubuntu focal InRelease Hit:2 http://gb.archive.ubuntu.com/ubuntu focal InRelease Hit:3 http://gb.archive.ubuntu.com/ubuntu focal-updates InRelease Get:4 http://gb.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:5 http://gb.archive.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:6 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B] Hit:7 https://deb.opera.com/opera-stable stable InRelease Hit:8 http://repo.linuxliteos.com/linuxlite emerald InRelease Hit:9 https://repo.skype.com/deb stable InRelease Reading package lists... E: Repository 'http://gb.archive.ubuntu.com/ubuntu focal-security InRelease' changed its 'Origin' value from '' to 'Ubuntu' E: Repository 'http://gb.archive.ubuntu.com/ubuntu focal-security InRelease' changed its 'Label' value from '' to 'Ubuntu' E: Repository 'http://gb.archive.ubuntu.com/ubuntu focal-security InRelease' changed its 'Codename' value from 'emerald' to 'focal' E: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Origin' value from '' to 'Google LLC' E: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Label' value from '' to 'Google' E: Repository 'http://dl.google.com/linux/chrome/deb stable InRelease' changed its 'Codename' value from 'emerald' to 'stable' Thanks LL5.6 64bit on Fuji Si1520 Lappy Re: Error log installing updates. Help please - stevef - 12-02-2021 This indicates that repositories have changed or added information concerning their software. The changes/additions are to software version information 'tags' so can reasonably be expected to change during the support of software. The update/upgrade process requires indication from the user that these new labels are OK which is done by running from a terminal Code: sudo apt-get --allow-releaseinfo-change update This allows the update process to continue. Once updated Code: sudo apt-get upgrade should be run to complete the job Re: Error log installing updates. Help please - newtusmaximus - 12-04-2021 Thank you. |