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?
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?
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
sudo ppa-purge https://ppa.launchpadcontent.net/nilarimogard/webupd8/ubuntu jammy Release
from the highlighted answer but the computer sayssudo: ppa-purge: command not found
– Richard Dec 14 '22 at 09:38