Please, update the ppa (https://launchpad.net/~zeal-developers/+archive/ubuntu/ppa) for Ubuntu 16.04 LTS (xenial)。
It raise an error when use apt update.
E: The repository 'http://ppa.launchpad.net/zeal-developers/ppa/ubuntu xenial Release' does not have a Release file.
@ldsink Did you find a solution to this one? I am getting this error currently on 16.04 LTS.
Come on people, it's in the standard repositories! :)
Thanks for the response. Would you appreciate a pull request to update the website to include this information for 16.04?
I am updating it right now... Thanks.
I still get the same error in Ubuntu 16.04.1 what am I doing wrong ?
W: The repository 'http://ppa.launchpad.net/zeal-developers/ppa/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/zeal-developers/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
@zuernBernhard try:
sudo add-apt-repository --remove ppa:zeal-developers/ppa
sudo apt-get update
sudo apt-get install zeal
This removes the repository as not needed and installs from offical repo.
Thx that solves the problem :+1:
Thanks :+1:
Can we get zeal 1.0.3 update on xenial too?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@zuernBernhard try:
This removes the repository as not needed and installs from offical repo.