1

I typed sudo apt update to update all my programs on my computer and I get this error:

E: The repository 'https://ppa.launchpadcontent.net/nilarimogard/webupd8/ubuntu jammy Release' does not have a Release file.

How do I fix it please?

Artur Meinild
  • 26,018
Richard
  • 344

1 Answers1

2

That error means that the ppa does not support your ubuntu release.

Look at the supported releases :

https://ppa.launchpadcontent.net/nilarimogard/webupd8/ubuntu/dists

So remove that ppa to solve the issue.

Here a guide :

https://www.omgubuntu.co.uk/2019/12/how-to-remove-ppa-ubuntu

use the gui method, is more simple for a beginner.

Or you can do it with :

sudo apt install ppa-purge && sudo ppa-purge ppa:nilarimogard/webupd8
Richard
  • 344
nb52er
  • 1,326