Linux Lite Forums

Full Version: Unsuccessful update of LL 6.2 "Repository changed its default priority"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Can anyone help with the following error log, I'm attempting to download updates to an otherwise healthy install of Linux Lite 6.2

TIA!

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

Ign:1 http://linux.dropbox.com/ubuntu disco InRelease
Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Hit:4 http://archive.canonical.com/ubuntu jammy InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:6 http://linux.dropbox.com/ubuntu disco Release
Hit:3 https://repo.linuxliteos.com/linuxlite fluorite InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:8 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Reading package lists...
E: Repository 'http://security.ubuntu.com/ubuntu jammy-security InRelease' changed its default priority for apt_preferences(5) from 100 to 500.
W: http://linux.dropbox.com/ubuntu/dists/disco/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
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.
Brilliant,
I did that and ran another update, seems to be fine now :-)
Thanks!
You're welcome.