![]() |
[SOLVED] Unsuccessful update of LL 6.2 "Repository changed its default priority" - 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: [SOLVED] Unsuccessful update of LL 6.2 "Repository changed its default priority" (/showthread.php?tid=9647) |
Unsuccessful update of LL 6.2 "Repository changed its default priority" - PeterV - 09-19-2025 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. RE: Unsuccessful update of LL 6.2 "Repository changed its default priority" - stevef - 09-19-2025 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. RE: Unsuccessful update of LL 6.2 "Repository changed its default priority" - PeterV - 09-19-2025 Brilliant, I did that and ran another update, seems to be fine now :-) Thanks! RE: Unsuccessful update of LL 6.2 "Repository changed its default priority" - stevef - 09-19-2025 You're welcome. |