![]() |
Install Updates could not fetch the package cache information lists. - PPA - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Updates (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=46) +--- Thread: Install Updates could not fetch the package cache information lists. - PPA (/showthread.php?tid=8888) |
Install Updates could not fetch the package cache information lists. - PPA - barrski67 - 08-08-2023 Hit:1 http://repo.linuxliteos.com/linuxlite fluorite InRelease Hit:2 https://ocean.surfshark.com/debian stretch InRelease Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease Hit:5 http://archive.canonical.com/ubuntu jammy InRelease Re: Install Updates could not fetch the package cache information lists. - PPA - stevef - 08-08-2023 Can't see any error messages there. You can manually re-run the update process and set it to record the results to text files. If you post the text files back here it might show what is happening. To do this, open a terminal by pressing 'Ctrl' 'Alt' and 'T' keys together. In the terminal window, type or paste in Code: sudo apt-get update | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-update.txt" Then Code: sudo apt-get upgrade | tee ~/"$(date +"%Y_%m_%d_%T")-apt-get-upgrade.txt" Enter your password if asked and answer any prompts with 'y'. Running those commands should create two files called apt-get-update.txt and apt-get-upgrade.txt in your home directory. The filenames will be prefixed with date and time information. You can open them to check what they contain. Check the file size is below the attachment limit and post back attaching the two files. Re: Install Updates could not fetch the package cache information lists. - PPA - barrski67 - 08-10-2023 Here are the two txt files that were requested that contain error msg Re: Install Updates could not fetch the package cache information lists. - PPA - stevef - 08-10-2023 The alexlarsson flatpak PPA software doesn't (currently) have a release compatible with the version of Linux Lite being used which is jammy based. This conflict is causing the update process to error. The alexlarsson flatpak PPA software should be removed from the system and then the PPA needs to be removed from the update list. Removing the PPA from the update list should allow the update to run. See https://www.freecinema2022.gq/manual/software.html#pparem If using PPA software, it is important that the PPA has a release that is compatible with the OS in use. See this link for advice on selecting and installing PPAs https://www.freecinema2022.gq/manual/software.html#ppa |