Linux Lite Forums

Full Version: Update error - Repository changed information
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Package update indicator shows software update available.
But:

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 the Software - Support - Updates section for assistance.

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

Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://www.mirrorservice.org/sites/repo..../linuxlite fluorite InRelease
Get:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Hit:6 http://archive.canonical.com jammy InRelease
Reading package lists...
E: Repository 'http://archive.ubuntu.com/ubuntu jammy-security InRelease' changed its 'Origin' value from 'Canonical' to 'Ubuntu'
E: Repository 'http://archive.ubuntu.com/ubuntu jammy-security InRelease' changed its 'Label' value from 'Partner archive' to 'Ubuntu'
E: Repository 'http://archive.ubuntu.com/ubuntu jammy-backports InRelease' changed its 'Origin' value from 'Canonical' to 'Ubuntu'
E: Repository 'http://archive.ubuntu.com/ubuntu jammy-backports InRelease' changed its 'Label' value from 'Partner archive' to 'Ubuntu'
E: Repository 'http://archive.ubuntu.com/ubuntu jammy-backports InRelease' changed its default priority for apt_preferences(5) from 500 to 100.
W: Skipping acquisition of configured file 'partner/binary-amd64/Packages', as repository 'http://archive.canonical.com jammy InRelease' doesn't have the component 'partner' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'partner/binary-i386/Packages', as repository 'http://archive.canonical.com jammy InRelease' doesn't have the component 'partner' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'partner/i18n/Translation-en_GB', as repository 'http://archive.canonical.com jammy InRelease' doesn't have the component 'partner' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'partner/i18n/Translation-en', as repository 'http://archive.canonical.com jammy InRelease' doesn't have the component 'partner' (component misspelt in sources.list?)
W: Skipping acquisition of configured file 'partner/cnf/Commands-amd64', as repository 'http://archive.canonical.com jammy InRelease' doesn't have the component 'partner' (component misspelt in sources.list?)
This indicates that repositories you are using have changed or added information concerning their software.
Changes like these happen during the life cycle of a release but the update/upgrade process requires indication from the user that you accept them.
Try opening a terminal by pressing 'Ctrl' 'Alt' and 'T' together and in the terminal window type or paste in this command

Code:
sudo apt-get --allow-releaseinfo-change update

This allows the update process to accept the changes - you will need to enter your password.
Once this command has been run, please retry the update/upgrade.
Thank you for your help - all fixed Smile