Linux Lite Forums
Could not fetch the package cache information lists. - Repository 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: Could not fetch the package cache information lists. - Repository Change (/showthread.php?tid=8995)



Could not fetch the package cache information lists. - Repository Change - belinbakti - 12-06-2023

stall 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://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://archive.canonical.com/ubuntu focal InRelease
Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease
Ign:6 http://dl.google.com/linux/chrome-remote-desktop/deb stable InRelease
Hit:7 http://repo.linuxliteos.com/linuxlite emerald InRelease
Hit:8 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:9 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:10 http://dl.google.com/linux/chrome-remote-desktop/deb stable Release
Get:12 https://repos.azul.com/zulu/deb stable InRelease [5,289 B]
Ign:11 https://repos.azulsystems.com/ubuntu stable InRelease
Hit:13 https://repos.azulsystems.com/ubuntu stable Release
Reading package lists...
E: Repository 'https://repos.azul.com/zulu/deb stable InRelease' changed its 'Origin' value from '. stable' to 'Azul Systems'


Re: Could not fetch the package cache information lists. - Repository Change - stevef - 12-06-2023

The message indicates that the Azul Systems repository has changed some of the release information about the package.

The update/upgrade process requires indication from the system user that this Azul Systems change is OK.
To accept the change, open a terminal (press 3 keys 'Ctrl' 'Alt' 'T' together) and enter run this command followed by return.

Code:
sudo apt-get --allow-releaseinfo-change update
Enter your password if asked.
This informs the update process that you accept the change.
Once the update process is done, complete the upgrade with this command answering any prompts to confirm.

Code:
sudo apt-get upgrade



Re: Could not fetch the package cache information lists. - Repository Change - belinbakti - 12-06-2023

thank you

i was not doing an upgrade

i continued with the update

worked great


(12-06-2023, 05:43 PM)stevef link Wrote: The message indicates that the Azul Systems repository has changed some of the release information about the package.

The update/upgrade process requires indication from the system user that this Azul Systems change is OK.
To accept the change, open a terminal (press 3 keys 'Ctrl' 'Alt' 'T' together) and enter run this command followed by return.

Code:
sudo apt-get --allow-releaseinfo-change update
Enter your password if asked.
This informs the update process that you accept the change.
Once the update process is done, complete the upgrade with this command answering any prompts to confirm.

Code:
sudo apt-get upgrade