Unable to locate ppa

Hello,

Firstly, I am pretty new to Linux, but I’ve managed to use Kubuntu as my daily driver for a couple of years now without any roadblocks I couldn’t overcome with some reading and forum searching but I’ve been running into a wall with an error code that pops up when I try to update.

I think it’s an out of date ppa, but I can’t sort out how to locate it for removal. My terminal skills are not amazing, and I can’t find a work around with a GUI. I tried apt policy, but I don’t see something that lines up with what is stated in the error.

I’ve uploaded the error in my terminal below.

If any help could be provided I would really appreciate it. My computer still seems to work but I don’t want an error preventing me from being able to stay up to date.

System info in case it is useful/needed:

Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.12
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-90-generic (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 7900 12-Core Processor
Memory: 62.0 GiB of RAM
Graphics Processor: AMD Radeon RX 6700 XT
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B650I AORUS ULTRA
System Version: -CF

Thanks again for any help! Sorry if this is some basic thing I’ve mucked up on my end.

This is a distro-specific thing ([K]Ubuntu), not related to KDE.

Luckily, this doesn’t block updates or anything. It is a PPA that does not provide packages for Ubuntu Noble (24.04).

But this is an easy one to fix.

Adding a PPA places a .sources file in /etc/apt/sources.list.d/. It is usually fairly easy to tell which file is the one you need to delete here, as it is based on the name (n-muench) normally.

It is safe to just delete the file, as you have not installed any packages from it.

If this was a PPA you wanted to get rid of but did install packages from, you would use the ppa-purge command.

1 Like

at some point you probably added the ppa and forgot.

settings > driver manager > other software tab

should look like this

if you see your other ppa there you can just remove them from the list.

2 Likes

Thank you for responding so fast!
This gives me some peace of mind, I was worried because I saw security mentioned in previous lines prior to the error that this may have been related.

I really appreciate the context for what was going on.

I was able to find it here via the driver manager!

I though I had done something by mistake and removed the other software tab, thinking it was under software update and not driver manager.

I should have posted ages ago.

Thank you!! It’s fixed!

there has been some flux in how to access the sources list via the GUI for kubuntu, but having it under the driver manager for now seems to be the choice… it used to be in discover.

you can always access it from the command line with sudo software-properties-qt

1 Like

Thanks!
I love getting to learn how to better use the terminal, but it’s still intimidating.
Help finding the GUI options is always appreciated