Linux Lite Forums

Software - Support => Updates => Topic started by: ahmedmuzammal on August 07, 2022, 05:43:55 AM

Title: Updates Issue Gimp PPA
Post by: ahmedmuzammal on August 07, 2022, 05:43:55 AM
===========================
Install Updates Error log
===========================
Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ (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 (http://us.archive.ubuntu.com/ubuntu) jammy InRelease
Hit:2 http://repo.linuxliteos.com/linuxlite (http://repo.linuxliteos.com/linuxlite) fluorite InRelease
Hit:3 https://dl.google.com/linux/chrome/deb (https://dl.google.com/linux/chrome/deb) stable InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu (http://us.archive.ubuntu.com/ubuntu) jammy-updates InRelease
Hit:5 http://security.ubuntu.com/ubuntu (http://security.ubuntu.com/ubuntu) jammy-security InRelease
Hit:6 http://archive.canonical.com/ubuntu (http://archive.canonical.com/ubuntu) jammy InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu (http://us.archive.ubuntu.com/ubuntu) jammy-backports InRelease
Hit:8 https://packages.microsoft.com/repos/ms-teams (https://packages.microsoft.com/repos/ms-teams) stable InRelease
Ign:9 https://ppa.launchpadcontent.net/otto-kesselgulasch/gimp/ubuntu (https://ppa.launchpadcontent.net/otto-kesselgulasch/gimp/ubuntu) jammy InRelease
Err:10 https://ppa.launchpadcontent.net/otto-kesselgulasch/gimp/ubuntu (https://ppa.launchpadcontent.net/otto-kesselgulasch/gimp/ubuntu) jammy Release
  404  Not Found [IP: 185.125.190.52 443]
Reading package lists...
E: The repository 'https://ppa.launchpadcontent.net/otto-kesselgulasch/gimp/ubuntu (https://ppa.launchpadcontent.net/otto-kesselgulasch/gimp/ubuntu) jammy Release' does not have a Release file.
Title: Re: Updates Issue Gimp PPA
Post by: stevef on August 07, 2022, 05:59:23 AM
The gimp PPA you are using doesn't (currently) have a release compatible with the version of Linux Lite you are using (jammy).  This error is stopping the update process from running.  To allow the update to run, you need to remove the PPA from the software list.  See the manual at the link below for information about how to check if a PPA has a suitable release and how to remove one that is causing a problem.

https://www.linuxliteos.com/manual/software.html#pparem (https://www.linuxliteos.com/manual/software.html#pparem)
Title: Re: Updates Issue Gimp PPA
Post by: trinidad on August 07, 2022, 09:11:27 AM
The GIMP PPA is unneccessary in Linux Lite 6.0 (jammy based). The GIMP package is in Universe. If you do not have it you must have disabled Universe, why I'm not sure, but I can think of no other reason to use the PPA for GIMP in Linux Lite. Make sure Universe is enabled in your software source list. The correct package is the link below. Open up your package manager and search for GIMP.

https://packages.ubuntu.com/jammy/gimp

TC

 
Title: Re: Updates Issue Gimp PPA
Post by: ahmedmuzammal on August 07, 2022, 10:21:10 PM
I did remove the ppa. it solved the problem somehow. It checked for updates and showd the list which updates are there to install but when I clicked on Update, then it gave me following error.

===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.

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

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
Title: Re: Updates Issue Gimp PPA
Post by: stevef on August 08, 2022, 01:24:34 AM
Open a terminal using
Menu>System>Terminal Emulator
At the prompt type in

Code: [Select]
sudo dpkg --configure -a
Followed by enter.  When asked to authenticate, type in your password (which won't be echoed to the screen) then enter again.