![]() |
Install Updates - multiple repository issues - 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: Install Updates - multiple repository issues (/showthread.php?tid=9436) |
Install Updates - multiple repository issues - Kevin Perez - 05-25-2025 I have been trying to update Linux Lite on my computer. Unfortunately, it cannot seem to fetch the package. Here is the entire error message: "=========================== 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 https://repo.steampowered.com/steam stable InRelease Hit:2 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 Ign:6 https://repo.skype.com/deb stable InRelease Hit:7 http://us.archive.ubuntu.com/ubuntu jammy InRelease Hit:8 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:9 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu jammy InRelease Hit:10 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease Hit:3 https://repo.linuxliteos.com/linuxlite fluorite InRelease Get:11 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease [24.6 kB] Err:12 https://repos.codelite.org/ubuntu jammy InRelease 403 Forbidden [IP: 79.143.189.67 443] Ign:6 https://repo.skype.com/deb stable InRelease Ign:6 https://repo.skype.com/deb stable InRelease Err:6 https://repo.skype.com/deb stable InRelease 503 Service Unavailable [IP: 2600:1406:3a00:182::1263 443] Reading package lists... E: Failed to fetch https://repos.codelite.org/ubuntu/dists/jammy/InRelease 403 Forbidden [IP: 79.143.189.67 443] E: The repository 'https://repos.codelite.org/ubuntu jammy InRelease' is no longer signed. E: Repository 'https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease' changed its 'Label' value from '***** The main PPA for supported PHP versions with many PECL extensions *****' to 'PPA for PHP'" Thank you for reading. I look forward to once again being able to update. RE: Install Updates could not fetch the package cache information lists. - stevef - 05-25-2025 There appear to be problems with three sources of software on your system. https://repos.codelite.org/ubuntu - is giving error 403 which means it is refusing to authourise your request. https://repo.skype.com/deb - is giving a DNS error which means the site name is not being translated to a working address. These are probably temporary conditions and outside of your control. If you want to keep the software from these sources there's not a lot you can do except to wait for them to be fixed. In the meantime, you can suspend them from the list of active repositories so that other updates can work. You'll need to keep trying to re-instate the repositories to check if they are fixed. If you need help suspending the repositories please let us know. If you don't want to keep the the software from these sources uninstalling the software may remove the problem https://ppa.launchpadcontent.net/ondrej/php/ubuntu - this repository has changed some information about the software it holds and your system needs your permission to 'accept' the changes they've made. If you 'fix' the other two problems and are happy with the changes that the repository has made you give your system permission to 'accept' them by opening a terminal (Ctrl Alt T). 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 (and you've fixed the other two issues) retry the update/upgrade. RE: Install Updates could not fetch the package cache information lists. - Kevin Perez - 05-27-2025 I would love to receive help on how to suspend these repositories. RE: Install Updates could not fetch the package cache information lists. - stevef - 05-27-2025 First, try updating again to see if problems 1 & 2 (error 403 and DNS) are still present. In your case, these were https://repos.codelite.org/ubuntu https://repo.skype.com/deb If the symptoms with these repositories are still the same, you can suspend them using the GUI Click Menu and begin typing 'Software & Updates' into the search box. When you see 'Software & Updates' offered as a choice, click on it. In the window that opens, select the 'Other Software' tab Look through the list for the references to the repositories that are still causing problems. Remove the tick from the problem lines. You will be asked for your password. Close the window, then retry the update/upgrade process. All being well, you will be left with the third problem. https://ppa.launchpadcontent.net/ondrej/php/ubuntu You will need to give permission for the change as described in post 2. If you continue to have problems at this point, please repost providing a narrative of the step taken and the results. If the update/upgrade works at this point, remember you still need to keep re-enabling the problem repositories to check if their problems are fixed (or uninstall the applications) |