3

After running sudo apt-get update, I get this issue:

Err:16 http://ppa.launchpad.net/pinta-maintainers/pinta-stable/ubuntu bionic Release
404  Not Found [IP: 91.189.95.83 80]
Reading package lists... Done                     
E: The repository 'http://ppa.launchpad.net/pinta-maintainers/pinta- stable/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

I don't currently have Pinta installed, though. I uninstalled it via terminal after installing it a while back. I tried re-installing via the Ubuntu Software App, still got the same issue, I tried uninstalling it through it, still the same issue. I'm not sure why it displays that, and I don't know how to fix this error so I can get rid of this. Any ideas? Thanks!

Zap
  • 171

1 Answers1

3

This PPA is totally outdated and don't support Ubuntu 18.04 bionic.

The best way to remove a PPA is by installing ppa-purge then:

sudo ppa-purge ppa:pinta-maintainers/pinta-stable

Alternatives are:

Jeryosh
  • 747