I want to install "Docky" on Ubuntu 20.04 but, every time I try to add the source repository, I receive an error.
This is how I'm trying to add the repository:
sudo add-apt-repository ppa:docky-core/stable
This is the result:
Ign:1 http://ppa.launchpad.net/docky-core/stable/ubuntu focal InRelease
Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Hit:3 http://in.archive.ubuntu.com/ubuntu focal InRelease
Err:5 http://ppa.launchpad.net/docky-core/stable/ubuntu focal Release
404 Not Found [IP: 91.189.95.85 80]
Hit:6 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:7 http://in.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:8 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/docky-core/stable/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
How can I resolve this error?