I tried to add a ppa to control the heat issues of Ubuntu 20.04 but it threw an error. So I then tried to remove it, which again throws the same error.
$ sudo ppa-purge ppa:webupd8team/unstable
Updating packages lists
E: The repository 'http://ppa.launchpad.net/webupd8team/unstable/ubuntu focal Release' does not have a Release file.
Warning: apt-get update failed for some reason
How do I get rid of it?
sudo add-apt-repository --remove
did – E.Eisbrenner May 07 '21 at 10:14/etc/apt/sources.list
however generally ones users have added are found in/etc/apt/sources.list.d/
(ie. I mentioned terminal/editor, you can edit/change/remove anything in that directory as they were all added post-install and are not Ubuntu repositories, but 3rd party; ie. not critical for your base Ubuntu system) – guiverc May 07 '21 at 10:33sources.list.d/
or "/" at the end, to signify it's a directory of entries... by default that is an empty directory on a clean Ubuntu system (filled by details added by users) – guiverc May 07 '21 at 10:35